Skip to content

Commit

Permalink
chore: use of different linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ZdenekM committed Nov 25, 2024
1 parent a9040ad commit 9ae7184
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint-swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: OpenAPI Lint Checks
uses: nwestfall/[email protected]
- uses: zuplo/rmoa-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
file: swagger.yaml
filepath: './swagger.yaml'
apikey: ${{ secrets.RMOA_API_KEY }}

0 comments on commit 9ae7184

Please sign in to comment.