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 c5b753a commit 50ea44dCopy full SHA for 50ea44d
.github/workflows/ci.yml
@@ -2,6 +2,9 @@
2
# Most of the CI is defined in ci.jsonnet.
3
name: CI
4
on: [push, pull_request]
5
+permissions:
6
+ contents: read
7
+
8
jobs:
9
lint:
10
name: lint
0 commit comments