Skip to content

Commit 101846f

Browse files
committed
ci: dedupe permissions block in lint.yml
Copilot Autofix added a permissions block before `concurrency` without noticing 0cc5d11 had already added one after `concurrency`. Remove the redundant second block; Copilot's position (before concurrency) is the more conventional GitHub Actions placement. https://claude.ai/code/session_01XE1bMoQ5BjCvgi1iLGKKhG
1 parent 6c3871c commit 101846f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ concurrency:
2929
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
3030
cancel-in-progress: true
3131

32-
permissions:
33-
contents: read
34-
3532
jobs:
3633
lint:
3734
name: Lint & Type Check

0 commit comments

Comments
 (0)