Builded/.forgejo/workflows/syntax-check.yml

8 lines
154 B
YAML
Raw Permalink Normal View History

2024-12-18 15:16:02 -08:00
name: Check syntax
on: [push,workflow_dispatch]
2024-12-18 15:16:02 -08:00
jobs:
check:
runs-on: debian-latest
steps:
- uses: actions/checkout@v4
- run: jshint