From 7863eafd6a8cbc27b70c85fc0aa7cd3a0a6a9776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=2E=20St=C3=B8vring?= Date: Mon, 17 Nov 2025 10:54:26 +0100 Subject: [PATCH] Removes GitHub Actions linting --- .github/workflows/action-lint.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/action-lint.yml diff --git a/.github/workflows/action-lint.yml b/.github/workflows/action-lint.yml deleted file mode 100644 index 5fbb5acd..00000000 --- a/.github/workflows/action-lint.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: GitHub Actions linting - -on: - workflow_dispatch: - push: - branches: - - develop - - main - paths: - - '.github/workflows/*.ya?ml' - pull_request: - paths: - - '.github/workflows/*.ya?ml' - -concurrency: - group: "action-lint-${{ github.ref }}" - cancel-in-progress: ${{ github.event_name == 'pull_request' }} - -jobs: - workflow_syntax: - permissions: - contents: read - name: Lint actions - uses: move-agency/actions-templates/.github/workflows/actionlint.yml@main - workflow_security: - permissions: - # required for workflows in private repositories - contents: read - actions: read - name: Check action security - uses: move-agency/actions-templates/.github/workflows/zizmor.yml@main