diff options
author | Andrew Hoglund <ahoglund@github.com> | 2023-02-24 11:52:34 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 11:52:34 -0600 |
commit | ec4def07473dd94a44eee7dee6e159a439a3c7f5 (patch) | |
tree | 010ec62bbffe306e4f7aad9a0337d8ef3c1a45a6 /.github | |
parent | a324a429764eb5de7e58f768b4e1ad439974b161 (diff) | |
download | rest-api-description-ec4def07473dd94a44eee7dee6e159a439a3c7f5.tar.gz rest-api-description-ec4def07473dd94a44eee7dee6e159a439a3c7f5.zip |
Update linter.yml
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 be1f36929..edfea2180 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Yaml Lint - uses: karancode/yamllint-github-action@master + uses: karancode/yamllint-github-action@v2.0.0 with: yamllint_file_or_dir: 'descriptions/**/*.yaml' yamllint_strict: false |