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 d3c2c8c commit 4cc55d0Copy full SHA for 4cc55d0
‎.github/workflows/Action-Test.yml‎
@@ -52,8 +52,9 @@ jobs:
52
LogGroup 'List files' {
53
Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
54
}
55
- LogGroup 'Stage changes for linting' {
56
- git add tests/srcTestRepo/outputs/docs/
+ LogGroup 'Commit changes for linting' {
+ git add .
57
+ git commit -m 'Stage changes for linting'
58
59
LogGroup 'Get changes' {
60
git status
@@ -64,7 +65,5 @@ jobs:
64
65
env:
66
GITHUB_TOKEN: ${{ github.token }}
67
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
- FILTER_REGEX_INCLUDE: .*tests/srcTestRepo/outputs/docs/.*
68
VALIDATE_MARKDOWN: true
69
VALIDATE_NATURAL_LANGUAGE: true
70
- VALIDATE_ALL_CODEBASE: true
0 commit comments