From 078eebdd9fd711a022e5c0aa330eec96d4a0f280 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 21 Oct 2023 11:57:23 -0400 Subject: [PATCH] added step to install the linter --- .forgejo/workflows/lint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/lint.yaml b/.forgejo/workflows/lint.yaml index 2dd9add..2af0b20 100644 --- a/.forgejo/workflows/lint.yaml +++ b/.forgejo/workflows/lint.yaml @@ -7,6 +7,9 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 + - name: Install Linter + runs: sudo apt-get install yamllint + - name: Lint YAML uses: actions/yamllint@v3