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