tools: Update tidy.sh

This commit is contained in:
Taiki Endo
2026-09-10 23:10:08 +09:00
parent e4eff022fe
commit d81a1fb6e1
3 changed files with 2 additions and 4 deletions
-3
View File
@@ -2,9 +2,7 @@ almalinux
archlinux archlinux
binstall binstall
callgrind callgrind
CDPATH
convco convco
coreutils
covgate covgate
cyclonedx cyclonedx
cygdrive cygdrive
@@ -30,7 +28,6 @@ microdnf
minisig minisig
mirrorlist mirrorlist
nextest nextest
oxfmt
pluginconf pluginconf
ppcle ppcle
prek prek
+1
View File
@@ -4,3 +4,4 @@
rules: rules:
anonymous-definition: { disable: true } # This is pedantic/auditor only audit and requires explicitly naming each job, but is usually redundant. anonymous-definition: { disable: true } # This is pedantic/auditor only audit and requires explicitly naming each job, but is usually redundant.
dependabot-cooldown: { config: { days: 14 } } dependabot-cooldown: { config: { days: 14 } }
unpinned-images: { disable: true }
+1 -1
View File
@@ -37,7 +37,7 @@ image='ghcr.io/taiki-e/tidy'
if [[ -n "${TIDY_DEV:-}" ]]; then if [[ -n "${TIDY_DEV:-}" ]]; then
image+=':latest' image+=':latest'
else else
image+='@sha256:151cd5c4f7c88bd21322c7dab255d60e699ffe4d4903e4e712429952537df6cf' image+='@sha256:99d576935b91cbb7c97ad4b11b8888c5f36a0b8a720d2bab9a2ac3cc2a4b97c7'
fi fi
user="$(id -u):$(id -g)" user="$(id -u):$(id -g)"
workdir="${PWD}" workdir="${PWD}"