MeowNex/.forgejo/workflows/build.yml
swee f3b53af89b
Some checks failed
Check syntax / check (push) Failing after 14s
Update .forgejo/workflows/build.yml
2025-01-18 17:58:24 -08:00

13 lines
No EOL
370 B
YAML

name: Check syntax
on: [push,workflow_dispatch]
jobs:
check:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-node@v4
- name: Install dependencies
run: apt update python3 npm && npm install jshint
- run: python3 -m py_compile sweebot.py
- run: jshint script.js