We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb4a6b commit d651fbbCopy full SHA for d651fbb
.mise/tasks/lint/links-in-modified-files.sh
@@ -17,10 +17,7 @@ fi
17
config_modified=$(git diff --name-only --merge-base "$usage_base" $usage_head \
18
| grep -E '^(\.github/config/lychee\.toml|\.mise/tasks/lint/.*|mise\.toml)$' || true)
19
20
-if [ "$usage_event" != "pull_request" ] ; then
21
- echo "Not a PR - checking all files."
22
- mise run lint:links
23
-elif [ -n "$config_modified" ] ; then
+if [ -n "$config_modified" ] ; then
24
echo "config changes, checking all files."
25
mise run lint:links
26
else
0 commit comments