Update .forgejo/workflows/build.yml
All checks were successful
Check syntax / check (push) Successful in 18s

This commit is contained in:
Nova Cat 2025-01-18 18:02:19 -08:00
parent 4e52d38a46
commit 2ea3496c2a

View file

@ -8,6 +8,6 @@ jobs:
- uses: actions/setup-python@v5
- uses: actions/setup-node@v4
- name: Install dependencies
run: apt update && apt install npm -y && npm --global install jshint
run: npm --global install jshint
- run: python3 -m py_compile sweebot.py
- run: jshint script.js