Skip to content

Commit b91d271

Browse files
committed
Bump yamllint to 1.36.2
1 parent 5efa93d commit b91d271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/yamllint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
permissions: {}
1212

1313
jobs:
14-
check:
14+
lint:
1515
name: Check with YAMLLint
1616
runs-on: ubuntu-latest
1717
steps:
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install YAMLLint
2121
shell: bash
2222
run: |
23-
pip install yamllint==1.36.1
23+
pip install yamllint==1.36.2
2424
msg="$(pip list --outdated | grep -e yamllint || true)"
2525
if [ -n "${msg}" ]; then
2626
>&2 echo "ERROR: outdated: ${msg}"

0 commit comments

Comments
 (0)