Update .forgejo/workflows/build.yml
Some checks failed
Check syntax / check (push) Has been cancelled

This commit is contained in:
Nova Cat 2025-01-18 17:59:50 -08:00
parent 5d37084aad
commit 4b559b2082

View file

@ -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 -y && npm install jshint
run: apt update && apt upgrade python3 npm -y && npm --global install jshint
- run: python3 -m py_compile sweebot.py
- run: jshint script.js