Skip to content

Commit 89c58ac

Browse files
committed
Bump yamllint to 1.36.2
1 parent cdc4c34 commit 89c58ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/jslint.yml

Lines changed: 1 addition & 1 deletion
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 JSLint
1616
runs-on: ubuntu-latest
1717
steps:

.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)