Skip to content

Bump the npm-development group across 1 directory with 9 updates #86

Bump the npm-development group across 1 directory with 9 updates

Bump the npm-development group across 1 directory with 9 updates #86

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Test Action
uses: ./
with:
spec_file: ./petstore.yaml
out_file: ./petstore-with-samples.json
languages: go,python,shell,java,kotlin,swift,csharp
- name: Verify Output
run: |
stat ./petstore-with-samples.json
grep 'x-code-samples' < petstore-with-samples.json
shell: bash