workflows: run the linter in CI
All checks were successful
Basic Checking / Explore-Gitea-Actions (push) Successful in 34s
All checks were successful
Basic Checking / Explore-Gitea-Actions (push) Successful in 34s
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
bde4828074
commit
cb0e40ed11
1 changed files with 2 additions and 0 deletions
|
@ -20,4 +20,6 @@ jobs:
|
|||
run: npm install
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
|
Loading…
Reference in a new issue