data/.gitea/workflows/generate.yaml
Fred Boniface fb7b831c9f
Some checks failed
PIS Generate / validate_and_release (push) Failing after 9s
I'll get there!
2024-02-22 13:42:02 +00:00

19 lines
398 B
YAML

name: PIS Generate
run-name: PIS_Generator
on:
push:
branches:
- main
jobs:
validate_and_release:
runs-on: ubuntu-latest
steps:
- name: Check out Repo code
uses: actions/checkout@v3
- name: Install yamllint
run: apt install -y yamllint
- name: Validate YAML
run: yamllint .