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 fb29a42 commit e8bb6f2Copy full SHA for e8bb6f2
.github/workflows/lint-kotlin.yml
@@ -4,6 +4,10 @@ on: # yamllint disable-line rule:truthy
4
workflow_dispatch:
5
pull_request:
6
7
+
8
+permissions:
9
+ contents: read
10
11
jobs:
12
ktlint:
13
name: Lint Kotlin
0 commit comments