2024-02-16 13:00:55 +00:00
|
|
|
name: PIS Generate
|
2024-02-16 13:25:44 +00:00
|
|
|
description: Validates & Organises PIS Codes before creating a release
|
2024-02-16 13:00:55 +00:00
|
|
|
run-name: PIS_Generator
|
2024-02-21 14:34:24 +00:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
|
2024-02-16 13:00:55 +00:00
|
|
|
jobs:
|
2024-02-22 13:31:05 +00:00
|
|
|
validate_and_release:
|
2024-02-16 13:00:55 +00:00
|
|
|
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: .
|