Skip to content

Commit 05d8232

Browse files
authored
Update superlinter.yml
1 parent 6bba791 commit 05d8232

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/superlinter.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
1+
# .github/workflows/superlinter.yml
2+
13
name: Super-Linter
24

35
on:
46
push:
57
branches:
68
- main
7-
- 'feature/**'
89
pull_request:
910

11+
permissions:
12+
contents: read # needed to checkout your code
13+
statuses: write # needed to post status checks back to GitHub
14+
1015
jobs:
1116
lint:
1217
runs-on: ubuntu-latest
18+
1319
steps:
14-
- uses: actions/checkout@v4
20+
- name: Checkout code
21+
uses: actions/checkout@v4
22+
1523
- name: Run Super-Linter
1624
uses: github/super-linter/slim@v6
1725
env:

0 commit comments

Comments
 (0)