Update .forgejo/workflows/build.yml
Some checks failed
Check syntax / check (push) Failing after 11s
Some checks failed
Check syntax / check (push) Failing after 11s
This commit is contained in:
parent
b07de9f3de
commit
6d4e9e2eb0
1 changed files with 3 additions and 1 deletions
|
@ -7,5 +7,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-node@v4
|
||||
- run: python -m py_compile sweebot.py
|
||||
- run: python3 -m py_compile sweebot.py
|
||||
- name: Install JSHint if not already
|
||||
run: whoami
|
||||
- run: jshint script.js
|
Loading…
Add table
Reference in a new issue