Try Again
PIS Generate / validate_and_release (push) Failing after 9s Details

This commit is contained in:
Fred Boniface 2024-02-22 13:41:25 +00:00
parent 08182d9ce8
commit 37e05e3eb1
1 changed files with 4 additions and 4 deletions

View File

@ -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: .