summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMika Lindqvist <postmaster@raasu.org>2026-03-10 09:18:23 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2026-03-11 15:24:54 +0100
commit4a9ef0f6edb2803a9c9fe92c89e2578dede86be4 (patch)
tree313265cdbbe8bbe0b142140ca8d325f77ccd1776
parentee443ed78ac1f4052726db612c6959e86ec17171 (diff)
downloadProject-Tick-4a9ef0f6edb2803a9c9fe92c89e2578dede86be4.tar.gz
Project-Tick-4a9ef0f6edb2803a9c9fe92c89e2578dede86be4.zip
[CI] Fix lint when using workflow_dispatch.
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--test/abi/ignore1
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index b801fc8106..29c15d3519 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -16,4 +16,4 @@ jobs:
BASE_SHA="${{ github.event.pull_request.base.sha }}"
BASE_SHA="${BASE_SHA:-4b825dc642cb6eb9a060e54bf8d69288fbee4904}"
git config core.whitespace blank-at-eol
- git diff --color --check "$BASE_SHA" -- './*' ':!*.patch'
+ git diff --color --check "$BASE_SHA" -- './*' ':!*.patch' ':!*.pdf' ':!/test/data/'
diff --git a/test/abi/ignore b/test/abi/ignore
index 583c92184c..3329b6c19c 100644
--- a/test/abi/ignore
+++ b/test/abi/ignore
@@ -9,4 +9,3 @@
# Size varies with version number
[suppress_variable]
name_regexp = z(|ng|libng)_(|v)string
-