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