We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626bf03 commit e451ec7Copy full SHA for e451ec7
1 file changed
.github/workflows/ci.yml
@@ -1,5 +1,7 @@
1
name: "Continuous Integration"
2
on: [push, pull_request]
3
+permissions:
4
+ contents: read
5
6
jobs:
7
validation:
@@ -47,4 +49,4 @@ jobs:
47
49
uses: gradle/actions/setup-gradle@v3
48
50
51
- name: Run copyright and code format checks
- run: ./gradlew --no-daemon spotlessCheck
52
+ run: ./gradlew --no-daemon spotlessCheck
0 commit comments