workflow: lint on workflow change

This commit is contained in:
Josh Lay 2025-10-19 11:18:06 -05:00
parent 7c04bd4863
commit 060902a309
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -8,6 +8,7 @@ on: # yamllint disable-line rule:truthy
- master - master
paths: paths:
- '**/*.yml' - '**/*.yml'
- '.forgejo/workflows/*' # ansible-lint gives a pass w/ yamllint
schedule: schedule:
- cron: "20 4 * * 0" - cron: "20 4 * * 0"