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

This commit is contained in:
Nova Cat 2024-12-19 20:42:07 -08:00
parent 5846449dda
commit eac9055038

View file

@ -1,5 +1,5 @@
name: Check syntax
on: [push]
on: [push,workflow_dispatch]
jobs:
check:
runs-on: debian-latest