Update .forgejo/workflows/build.yml
Some checks failed
Check syntax / check (push) Failing after 2m32s
Some checks failed
Check syntax / check (push) Failing after 2m32s
This commit is contained in:
parent
c7a7c13a35
commit
b07de9f3de
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@ name: Check syntax
|
|||
on: [push,workflow_dispatch]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: debian-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-node@v4
|
||||
- run: python -m py_compile sweebot.py
|
||||
- run: jshint script.js
|
Loading…
Add table
Reference in a new issue