Skip to content

Commit 47ca599

Browse files
Remove corsa-specific steps from copilot-setup-steps.yml (#61938)
1 parent 6dea899 commit 47ca599

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ jobs:
1616
# If you do not check out your code, Copilot will do this for you.
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19-
with:
20-
submodules: true
2119
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
22-
- uses: dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 # stable
23-
- uses: ./.github/actions/setup-go
24-
with:
25-
cache-name: copilot-setup-steps
2620
- run: npm ci
2721
# pull dprint caches before network access is blocked
2822
- run: npx hereby check:format || true

0 commit comments

Comments
 (0)