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:40:54 -08:00
parent 4b92773816
commit 49b2796cae

View file

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