Keep GitHub Actions up to date
This commit is contained in:
committed by
Frédéric Guillot
parent
fc31da6bda
commit
3a61060047
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
jshint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install jshint
|
||||
run: npm install -g jshint
|
||||
- name: Run jshint
|
||||
|
||||
Reference in New Issue
Block a user