data/.gitea/workflows/generate.yaml

19 lines
476 B
YAML
Raw Normal View History

name: PIS Generate
description: Validates & Organises PIS Codes before creating a release
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:31:05 +00:00
- name: Validate YAML
2024-02-22 13:39:08 +00:00
uses: https://github.com/sdesbure/yamllint-action@v2
with:
directory: .