Delete .forgejo/workflows/JS.yml
All checks were successful
Check syntax / check (push) Successful in 15s
All checks were successful
Check syntax / check (push) Successful in 15s
This commit is contained in:
parent
126a5c8ccd
commit
464424363b
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
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