From cab1e1921f2b72022ab97a0bf94365208f37f3f3 Mon Sep 17 00:00:00 2001 From: Andreas Rocznik Date: Fri, 17 Jul 2026 14:06:06 +0300 Subject: [PATCH] Update .github/workflows/lint.yml --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4c4f0cf..8478f45 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,6 +20,8 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Verify Action run: actionlint -ignore 'unexpected key "description" for "workflow" section' -ignore 'nexpected key "inputs" for "workflow" section.' -ignore 'unexpected key "runs" for "workflow" section.' -ignore '"on" section is missing in workflow' -ignore '"jobs" section is missing in workflow' action.yml + name: Verify Action + run: actionlint .github/workflows/docker-build.yml - name: tag latest after success if: github.ref == 'refs/heads/main' id: tag