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 58bbae8 commit 4d068ffCopy full SHA for 4d068ff
‎.github/workflows/Action-Test.yml‎
@@ -58,7 +58,7 @@ jobs:
58
}
59
LogGroup 'Commit changes for linting' {
60
git add .
61
- # git commit -m 'Stage changes for linting'
+ git commit -m 'Stage changes for linting'
62
63
LogGroup 'Get changes' {
64
git status
@@ -69,7 +69,5 @@ jobs:
69
env:
70
GITHUB_TOKEN: ${{ github.token }}
71
DEFAULT_BRANCH: lint
72
- VALIDATE_ALL_CODEBASE: true
73
VALIDATE_MARKDOWN: true
74
VALIDATE_NATURAL_LANGUAGE: true
75
- FILTER_REGEX_INCLUDE: ^tests/srcTestRepo/outputs/docs/.*
0 commit comments