parent
542a19c125
commit
f1c90f1faf
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
name: Check syntax
|
||||
on: [push,workflow_dispatch]
|
||||
on: [push,pull_request,workflow_dispatch]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: docker
|
||||
runs-on: alpine
|
||||
steps:
|
||||
- uses: https://git.swee.codes/swee/setup-alpine@main
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
- name: Install dependencies
|
||||
- name: Install JSHint
|
||||
run: npm --global install jshint
|
||||
- run: jshint
|
Loading…
Add table
Reference in a new issue