There was an error while loading. Please reload this page.
1 parent 90cec0b commit 6e52925Copy full SHA for 6e52925
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ on:
9
branches:
10
- main
11
12
+permissions:
13
+ contents: read
14
+
15
jobs:
16
lint:
17
if: github.event_name == 'pull_request' || github.event_name == 'push' && github.ref != 'refs/heads/renovate/*' || github.event_name == 'push' && github.ref == 'refs/heads/renovate/*' && github.event.pull_request == null
0 commit comments