We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210af27 commit 324d49bCopy full SHA for 324d49b
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 lint dependencies.
+ yarn vscode
14
yarn lint
15
}
0 commit comments