Skip to content

Merge pull request #13 from grid-x/dependabot/npm_and_yarn/npm-produc… #48

Merge pull request #13 from grid-x/dependabot/npm_and_yarn/npm-produc…

Merge pull request #13 from grid-x/dependabot/npm_and_yarn/npm-produc… #48

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