data/.gitea/workflows/generate.yaml

19 lines
398 B
YAML
Raw Normal View History

name: PIS Generate
2024-02-22 13:41:25 +00:00
run-name: PIS_Generator
on:
push:
branches:
- main
jobs:
2024-02-22 13:31:05 +00:00
validate_and_release:
runs-on: ubuntu-latest
steps:
2024-02-22 13:07:53 +00:00
- name: Check out Repo code
uses: actions/checkout@v3
2024-02-22 13:41:25 +00:00
- name: Install yamllint
2024-02-22 13:42:02 +00:00
run: apt install -y yamllint
2024-02-22 13:31:05 +00:00
- name: Validate YAML
2024-02-22 13:41:25 +00:00
run: yamllint .