Skip to content

Commit e23054b

Browse files
🩹 [Patch]: Update Action-Test workflow to rename log group for staging changes and restore VALIDATE_ALL_CODEBASE environment variable
1 parent 1999f63 commit e23054b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252
LogGroup 'List files' {
5353
Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
5454
}
55-
LogGroup 'Commit changes' {
55+
LogGroup 'Stage changes for linting' {
5656
git add tests/srcTestRepo/outputs/docs/
57-
git commit -m 'chore: update docs'
5857
}
5958
LogGroup 'Get changes' {
6059
git status
@@ -67,3 +66,4 @@ jobs:
6766
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
6867
VALIDATE_MARKDOWN: true
6968
VALIDATE_NATURAL_LANGUAGE: true
69+
VALIDATE_ALL_CODEBASE: true

0 commit comments

Comments
 (0)