ci: add gitea workflow to validate cooklang files
Validate Cooklang / validate (push) Failing after 5s

This commit is contained in:
2026-06-02 09:36:52 -04:00
parent 96ca617806
commit 3d8b1e4399
-3
View File
@@ -4,15 +4,12 @@ name: Validate Cooklang
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
validate:
runs-on: ubuntu-latest
container:
type: podman
steps:
- name: Checkout repository
uses: actions/checkout@v4