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 cdc4c34 commit 89c58acCopy full SHA for 89c58ac
.github/workflows/jslint.yml
@@ -11,7 +11,7 @@ on:
11
permissions: {}
12
13
jobs:
14
- check:
+ lint:
15
name: Check with JSLint
16
runs-on: ubuntu-latest
17
steps:
.github/workflows/yamllint.yml
name: Check with YAMLLint
@@ -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