We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e83322 commit 3865251Copy full SHA for 3865251
2 files changed
.github/workflows/Action-Test.yml
@@ -25,6 +25,8 @@ jobs:
25
steps:
26
- name: Checkout repo
27
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28
+ with:
29
+ persist-credentials: false
30
31
- name: Action-Test
32
uses: ./
.github/workflows/Linter.yml
@@ -22,11 +22,13 @@ jobs:
22
23
with:
24
fetch-depth: 0
- name: Lint code base
uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
env:
GITHUB_TOKEN: ${{ github.token }}
+ VALIDATE_BIOME_FORMAT: false
VALIDATE_JSON_PRETTIER: false
33
VALIDATE_MARKDOWN_PRETTIER: false
34
VALIDATE_YAML_PRETTIER: false
0 commit comments