2024-02-16 13:00:55 +00:00
|
|
|
name: PIS Generate
|
2024-02-22 13:41:25 +00:00
|
|
|
|
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:46:42 +00:00
|
|
|
|
2024-02-22 13:51:50 +00:00
|
|
|
- name: Validate YAML
|
2024-02-22 13:55:53 +00:00
|
|
|
uses: https://github.com/GrantBirki/json-yaml-validate@v2.6.1
|