Skip to content

Commit a6427b9

Browse files
hyperpolymathclaude
andcommitted
fix(ci): add permissions block to rsr-antipattern workflow
lint-workflows check requires every workflow file to declare a top-level permissions block. rsr-antipattern.yml was the only caller missing one. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0eedb0f commit a6427b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/rsr-antipattern.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches: [main, master, develop]
88
pull_request:
99
branches: [main, master, develop]
10+
permissions: {}
1011
jobs:
1112
antipattern-check:
1213
uses: hyperpolymath/standards/.github/workflows/rsr-antipattern-reusable.yml@main

0 commit comments

Comments
 (0)