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

This commit is contained in:
Nova Cat 2024-12-19 20:39:12 -08:00
parent 77db796a38
commit 5604db0880

View file

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