Skip to content

Commit 4d068ff

Browse files
🩹 [Patch]: Uncomment commit step in Action-Test workflow and remove unused environment variable
1 parent 58bbae8 commit 4d068ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
}
5959
LogGroup 'Commit changes for linting' {
6060
git add .
61-
# git commit -m 'Stage changes for linting'
61+
git commit -m 'Stage changes for linting'
6262
}
6363
LogGroup 'Get changes' {
6464
git status
@@ -69,7 +69,5 @@ jobs:
6969
env:
7070
GITHUB_TOKEN: ${{ github.token }}
7171
DEFAULT_BRANCH: lint
72-
VALIDATE_ALL_CODEBASE: true
7372
VALIDATE_MARKDOWN: true
7473
VALIDATE_NATURAL_LANGUAGE: true
75-
FILTER_REGEX_INCLUDE: ^tests/srcTestRepo/outputs/docs/.*

0 commit comments

Comments
 (0)