Skip to content

Commit 3b09102

Browse files
committed
chore(ci): stop running check:resources twice per audit pass
The branch's workflow listed only the non-strict variant; staging replaced the hand-written step list with a runner that derives every zero-arg check:*. Merging the two ran the 1359-line resource scanner twice. Excluded the same way, and for the same reason, as check:api-validation.
1 parent 89d7544 commit 3b09102

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/run-audits.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const EXCLUDED: Record<string, string> = {
1818
'check:audits': 'this runner',
1919
'check:migrations': 'needs a git base ref argument',
2020
'check:api-validation': 'superseded by the :strict variant, which this runner does run',
21+
'check:resources': 'superseded by the :strict variant, which this runner does run',
2122
}
2223

2324
/**

0 commit comments

Comments
 (0)