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

This commit is contained in:
Nova Cat 2024-12-19 20:40:05 -08:00
parent 2dd332d9d7
commit 9185e4dd81

View file

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