diff options
author | Matthew Page <mattpage@github.com> | 2021-12-01 12:12:29 -0800 |
---|---|---|
committer | Matthew Page <mattpage@github.com> | 2021-12-01 12:12:29 -0800 |
commit | 9dca4cd645c4f1f4a67a0960ee3bc00048017348 (patch) | |
tree | ff50e61881ccaf110fbf4ed343b60bd914b16117 /.github | |
parent | 945cc41283b8359c2f076c7a4630f3b72d7b59d6 (diff) | |
download | rest-api-description-9dca4cd645c4f1f4a67a0960ee3bc00048017348.tar.gz rest-api-description-9dca4cd645c4f1f4a67a0960ee3bc00048017348.zip |
update to use forked version of linter
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linter.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7951173c2..e1f7fb8fe 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -22,7 +22,7 @@ jobs: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: OpenAPI Lint - uses: xuorig/redocly-cli-lint-action@v0.0.1 + uses: mattpage/redocly-cli-lint-action@v0.0.1 with: entrypoints: 'descriptions/**/*.yaml' config: '.redocly.yml' |