Skip to content

Commit ad0cc46

Browse files
refactor super lint yaml
1 parent d2436ad commit ad0cc46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/superlinter.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Super-Linter
33

44
on: [push, pull_request]
55

6+
permissions:
7+
contents: read
8+
packages: read
9+
# To report GitHub Actions status checks
10+
statuses: write
11+
612
jobs:
713
super-lint:
814
name: Lint code base
915
runs-on: ubuntu-latest
1016

11-
permissions:
12-
contents: read
13-
packages: read
14-
# To report GitHub Actions status checks
15-
statuses: write
16-
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)