We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63dbba commit 8cfc20eCopy full SHA for 8cfc20e
.github/workflows/yamllint.yml
@@ -11,7 +11,7 @@ on:
11
permissions: {}
12
13
jobs:
14
- check:
+ lint:
15
name: Check with YAMLLint
16
runs-on: ubuntu-latest
17
steps:
@@ -20,7 +20,7 @@ jobs:
20
- name: Install YAMLLint
21
shell: bash
22
run: |
23
- pip install yamllint==1.36.1
+ pip install yamllint==1.36.2
24
msg="$(pip list --outdated | grep -e yamllint || true)"
25
if [ -n "${msg}" ]; then
26
>&2 echo "ERROR: outdated: ${msg}"
0 commit comments