This commit is contained in:
parent
08182d9ce8
commit
37e05e3eb1
@ -1,5 +1,5 @@
|
|||||||
name: PIS Generate
|
name: PIS Generate
|
||||||
description: Validates & Organises PIS Codes before creating a release
|
|
||||||
run-name: PIS_Generator
|
run-name: PIS_Generator
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -12,7 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out Repo code
|
- name: Check out Repo code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Install yamllint
|
||||||
|
run: sudo apt-get install -y yamllint
|
||||||
- name: Validate YAML
|
- name: Validate YAML
|
||||||
uses: https://github.com/sdesbure/yamllint-action@v2
|
run: yamllint .
|
||||||
with:
|
|
||||||
directory: .
|
|
||||||
|
Loading…
Reference in New Issue
Block a user