Skip to content

Commit 221a514

Browse files
authored
fix(ci): add permissions block to lint workflow (#14)
1 parent 09c201e commit 221a514

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ on:
55
paths:
66
- 'scripts/**'
77

8+
permissions: {}
9+
810
concurrency:
911
group: lint-${{ github.ref }}
1012
cancel-in-progress: true
1113

1214
jobs:
1315
shellcheck:
1416
runs-on: ubuntu-latest
17+
permissions:
18+
contents: read
1519
steps:
1620
- uses: actions/checkout@v6
1721

0 commit comments

Comments
 (0)