We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea26e16 commit 22fff03Copy full SHA for 22fff03
configs/.github/workflows/lint.yml
@@ -7,6 +7,9 @@ on:
7
pull_request:
8
branches: [main]
9
10
+permissions:
11
+ contents: read
12
+
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
15
cancel-in-progress: ${{ !contains(github.ref, 'main') }}
configs/.github/workflows/test.yml
0 commit comments