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