Skip to content

Commit 5830532

Browse files
committed
refactor: remove submodule code from steps scripts
1 parent fcc16e5 commit 5830532

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

ci/steps/fmt.sh

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ main() {
66

77
yarn --frozen-lockfile
88

9-
git submodule update --init
10-
# 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-
149
yarn fmt
1510
}
1611

ci/steps/lint.sh

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ main() {
66

77
yarn --frozen-lockfile
88

9-
git submodule update --init
10-
# We need to fetch VS Code's deps for lint dependencies.
11-
yarn vscode
12-
139
yarn lint
1410
}
1511

ci/steps/test.sh

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ main() {
66

77
yarn --frozen-lockfile
88

9-
git submodule update --init
10-
# We do not `yarn vscode` to make test.sh faster.
11-
# If the patch fails to apply, then it's likely already applied
12-
yarn vscode:patch &> /dev/null || true
13-
149
yarn test
1510
}
1611

0 commit comments

Comments
 (0)