We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef830ba commit 2ae24e5Copy full SHA for 2ae24e5
2 files changed
.github/workflows/Action-Test.yml
@@ -28,6 +28,8 @@ jobs:
28
steps:
29
- name: Checkout repo
30
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31
+ with:
32
+ persist-credentials: false
33
34
- name: Action-Test
35
uses: ./
.github/workflows/Linter.yml
@@ -22,11 +22,13 @@ jobs:
22
23
with:
24
fetch-depth: 0
25
26
27
- 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
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_YAML_PRETTIER: false
0 commit comments