ci: add gitea workflow to validate cooklang files
Validate Cooklang / validate (push) Failing after 5s
Validate Cooklang / validate (push) Failing after 5s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user