Skip to content

Commit 5d4930b

Browse files
committed
chore: more cleaner
1 parent a534637 commit 5d4930b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
- name: Switch back to base branch
212212
env:
213213
BRANCH: ${{ steps.branch-name.outputs.BRANCH }}
214-
run: git switch $BRANCH
214+
run: git switch "$BRANCH"
215215

216216
- name: Make changes to commit and stage them
217217
run: |

.github/workflows/linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
VALIDATE_ALL_CODEBASE: true
4949
VALIDATE_BIOME_FORMAT: false
5050
VALIDATE_BIOME_LINT: false
51+
VALIDATE_GITHUB_ACTIONS: false
5152
VALIDATE_JAVASCRIPT_STANDARD: false
5253
VALIDATE_JSCPD: false
54+
VALIDATE_TYPESCRIPT_ES: false
5355
VALIDATE_TYPESCRIPT_STANDARD: false

0 commit comments

Comments
 (0)