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.
2 parents 4aa24c0 + 86c2148 commit 6a9e1faCopy full SHA for 6a9e1fa
.github/workflows/test.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [main]
8
9
+permissions:
10
+ contents: read # to fetch code (actions/checkout)
11
+
12
jobs:
13
lint:
14
runs-on: ubuntu-latest
0 commit comments