Skip to content

Commit 4cc55d0

Browse files
🩹 [Patch]: Update Action-Test workflow to stage all changes for linting and remove FILTER_REGEX_INCLUDE environment variable
1 parent d3c2c8c commit 4cc55d0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
LogGroup 'List files' {
5353
Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
5454
}
55-
LogGroup 'Stage changes for linting' {
56-
git add tests/srcTestRepo/outputs/docs/
55+
LogGroup 'Commit changes for linting' {
56+
git add .
57+
git commit -m 'Stage changes for linting'
5758
}
5859
LogGroup 'Get changes' {
5960
git status
@@ -64,7 +65,5 @@ jobs:
6465
env:
6566
GITHUB_TOKEN: ${{ github.token }}
6667
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
67-
FILTER_REGEX_INCLUDE: .*tests/srcTestRepo/outputs/docs/.*
6868
VALIDATE_MARKDOWN: true
6969
VALIDATE_NATURAL_LANGUAGE: true
70-
VALIDATE_ALL_CODEBASE: true

0 commit comments

Comments
 (0)