From 931fb74f69542dfb5f9d0f717a2e2d4ab2141c7f Mon Sep 17 00:00:00 2001 From: Sam Morrow Date: Wed, 2 Apr 2025 00:18:22 +0200 Subject: [PATCH] fix: run lint in all circumstances We need to run the linter in all circumstances, otherwise it cannot be a required check. --- .github/workflows/lint.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index bf5235b7..a37813e3 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,19 +1,7 @@ name: Lint on: push: - paths: - - "**.go" - - go.mod - - go.sum - paths-ignore: - - '**.md' pull_request: - paths: - - "**.go" - - go.mod - - go.sum - paths-ignore: - - '**.md' permissions: contents: read