We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833314a commit 7b5ce50Copy full SHA for 7b5ce50
ci/steps/fmt.sh
@@ -7,7 +7,7 @@ main() {
7
yarn --frozen-lockfile
8
9
git submodule update --init
10
- # We do not `yarn vscode` to make test.sh faster.
+ # We do not `yarn vscode` to make fmt.sh faster.
11
# If the patch fails to apply, then it's likely already applied
12
yarn vscode:patch &> /dev/null || true
13
ci/steps/lint.sh
@@ -7,9 +7,8 @@ main() {
- # If the patch fails to apply, then it's likely already applied
- yarn vscode:patch &> /dev/null || true
+ # We need to fetch VS Code's deps for proper linting.
+ yarn vscode
14
yarn lint
15
}
0 commit comments