Skip to content

Commit 58bbae8

Browse files
🩹 [Patch]: Remove forced deletion of 'lint' branch and comment out commit step in Action-Test workflow
1 parent b233502 commit 58bbae8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@ jobs:
5454
Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
5555
}
5656
LogGroup 'Create lint branch' {
57-
git branch -D lint -f 2>$null
5857
git checkout -b lint
5958
}
6059
LogGroup 'Commit changes for linting' {
6160
git add .
62-
git commit -m 'Stage changes for linting'
61+
# git commit -m 'Stage changes for linting'
6362
}
6463
LogGroup 'Get changes' {
6564
git status

0 commit comments

Comments
 (0)