Skip to content

Commit 3f09565

Browse files
authored
Update linter.yml
1 parent 62dbaf2 commit 3f09565

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/linter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
permissions:
16-
contents: write
16+
contents: read
1717
packages: read
1818
statuses: write
1919

@@ -32,6 +32,9 @@ jobs:
3232
VALIDATE_CHECKOV: false
3333
VALIDATE_JSCPD: false
3434
VALIDATE_KOTLIN: false
35+
VALIDATE_JSON_PRETTIER: false
36+
VALIDATE_MARKDOWN_PRETTIER: false
37+
VALIDATE_YAML_PRETTIER: false
3538

3639
- name: Set up JDK
3740
uses: actions/[email protected]

0 commit comments

Comments
 (0)