data/.gitea/workflows/generate.yaml
Fred Boniface 08182d9ce8
Some checks failed
PIS Generate / validate_and_release (push) Failing after 7s
And again?
2024-02-22 13:39:08 +00:00

19 lines
476 B
YAML

name: PIS Generate
description: Validates & Organises PIS Codes before creating a release
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: Validate YAML
uses: https://github.com/sdesbure/yamllint-action@v2
with:
directory: .