Update .forgejo/workflows/build.yml
Some checks failed
Check syntax / check (push) Has been cancelled
Some checks failed
Check syntax / check (push) Has been cancelled
This commit is contained in:
parent
d711c6a546
commit
5d37084aad
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ jobs:
|
|||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-node@v4
|
||||
- name: Install dependencies
|
||||
run: apt update && apt upgrade python3 npm && npm install jshint
|
||||
run: apt update && apt upgrade python3 npm -y && npm install jshint
|
||||
- run: python3 -m py_compile sweebot.py
|
||||
- run: jshint script.js
|
Loading…
Add table
Reference in a new issue