Upload files to ".forgejo/workflows"
All checks were successful
Check syntax / check (push) Successful in 16s
All checks were successful
Check syntax / check (push) Successful in 16s
This commit is contained in:
parent
cf0d135d49
commit
5bc6107eba
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/syntax-check.yml
Normal file
12
.forgejo/workflows/syntax-check.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Check syntax
|
||||
on: [push,workflow_dispatch]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: alpine
|
||||
steps:
|
||||
- name: Setup Alpine
|
||||
uses: https://git.swee.codes/swee/setup-alpine@main
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install JSHint
|
||||
run: npm --global install jshint
|
||||
- run: jshint
|
Loading…
Add table
Reference in a new issue