We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a534637 commit 5d4930bCopy full SHA for 5d4930b
.github/workflows/integration-tests.yml
@@ -211,7 +211,7 @@ jobs:
211
- name: Switch back to base branch
212
env:
213
BRANCH: ${{ steps.branch-name.outputs.BRANCH }}
214
- run: git switch $BRANCH
+ run: git switch "$BRANCH"
215
216
- name: Make changes to commit and stage them
217
run: |
.github/workflows/linter.yml
@@ -48,6 +48,8 @@ jobs:
48
VALIDATE_ALL_CODEBASE: true
49
VALIDATE_BIOME_FORMAT: false
50
VALIDATE_BIOME_LINT: false
51
+ VALIDATE_GITHUB_ACTIONS: false
52
VALIDATE_JAVASCRIPT_STANDARD: false
53
VALIDATE_JSCPD: false
54
+ VALIDATE_TYPESCRIPT_ES: false
55
VALIDATE_TYPESCRIPT_STANDARD: false
0 commit comments