We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754b7d3 commit 5863d5eCopy full SHA for 5863d5e
‎.github/workflows/Action-Test.yml‎
@@ -15,7 +15,9 @@ concurrency:
15
group: ${{ github.workflow }}-${{ github.ref }}
16
cancel-in-progress: true
17
18
-permissions: {}
+permissions:
19
+ contents: read # to checkout the repo
20
+ statuses: write # to create commit status
21
22
jobs:
23
ActionTestDefault:
@@ -50,8 +52,9 @@ jobs:
50
52
- name: Lint documentation
51
53
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
54
env:
55
+ FILTER_REGEX_INCLUDE: .*outputs/docs/.*\.md$
56
GITHUB_TOKEN: ${{ github.token }}
- VALIDATE_ALL_CODEBASE: true
57
+ VALIDATE_ALL_CODEBASE: false
58
VALIDATE_BIOME_FORMAT: false
59
VALIDATE_BIOME_LINT: false
60
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
0 commit comments