We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcb622 commit 196a3aaCopy full SHA for 196a3aa
2 files changed
.github/workflows/Action-Test.yml
@@ -24,6 +24,8 @@ jobs:
24
# Need to check out as part of the test, as its a local action
25
- name: Checkout repo
26
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27
+ with:
28
+ persist-credentials: false
29
30
- name: Action-Test
31
uses: ./
.github/workflows/Linter.yml
@@ -22,11 +22,13 @@ jobs:
22
23
with:
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
32
VALIDATE_JSON_PRETTIER: false
33
VALIDATE_MARKDOWN_PRETTIER: false
34
VALIDATE_YAML_PRETTIER: false
0 commit comments