From c775b2640e1ebd42278a6127dd24f90206e8e4b2 Mon Sep 17 00:00:00 2001 From: Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:39:01 +0200 Subject: [PATCH] tooling: don't run no-commit-to-branch on CI --- .github/workflows/Lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index c868df5..e8ab669 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -21,6 +21,8 @@ jobs: - name: Clone uses: actions/checkout@v6 - uses: j178/prek-action@v2 + with: + extra-args: "--all-files --skip no-commit-to-branch" link-checker: name: Link checker