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 .