From 37e05e3eb1f196cab9596016b7d52fa25b112ac3 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Feb 2024 13:41:25 +0000 Subject: [PATCH] Try Again --- .gitea/workflows/generate.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/generate.yaml b/.gitea/workflows/generate.yaml index 4c9566e..b244d43 100644 --- a/.gitea/workflows/generate.yaml +++ b/.gitea/workflows/generate.yaml @@ -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 .