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 4cc55d0 commit 344d707Copy full SHA for 344d707
‎.github/workflows/Action-Test.yml‎
@@ -3,6 +3,7 @@ name: Action-Test
3
run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4
5
on:
6
+ push:
7
workflow_dispatch:
8
pull_request:
9
schedule:
@@ -64,6 +65,8 @@ jobs:
64
65
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
66
env:
67
GITHUB_TOKEN: ${{ github.token }}
- DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
68
+ DEFAULT_BRANCH: ${{ github.ref_name }}
69
+ VALIDATE_ALL_CODEBASE: false
70
VALIDATE_MARKDOWN: true
71
VALIDATE_NATURAL_LANGUAGE: true
72
+ FILTER_REGEX_INCLUDE: ^tests/srcTestRepo/outputs/docs/.*
0 commit comments