summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAndrew Hoglund <ahoglund@github.com>2022-04-19 10:27:51 -0500
committerGitHub <noreply@github.com>2022-04-19 10:27:51 -0500
commit169ebabb694edd497ea1f171ccc25187ab83daa5 (patch)
tree24f7e2cc94cf3a0c98d10bc9564d3f3aabd434bc /.github
parent6b068c8b57b564baed47d83446bf46f0b24524b3 (diff)
downloadrest-api-description-169ebabb694edd497ea1f171ccc25187ab83daa5.tar.gz
rest-api-description-169ebabb694edd497ea1f171ccc25187ab83daa5.zip
Update linter.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linter.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index a014aca2d..be1f36929 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -18,7 +18,7 @@ jobs:
with:
yamllint_file_or_dir: 'descriptions/**/*.yaml'
yamllint_strict: false
- yamllint_config_filepath: '.github/workflows/yamllint-config.yml'
+ yamllint_config_filepath: '.yamllint-config.yml'
yamllint_comment: true
- uses: actions/setup-node@v3
with: