Skip to content

Commit 9b171d9

Browse files
committed
ci: install rustfmt and taplo for gen-lint in codegen check
1 parent ea02214 commit 9b171d9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ jobs:
315315
- name: Install toolchain
316316
uses: moonrepo/setup-rust@v1
317317
with:
318+
components: rustfmt
319+
bins: taplo-cli
318320
cache-base: main
319321
env:
320322
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -327,12 +329,6 @@ jobs:
327329
run: command -v tree-sitter || cargo install tree-sitter-cli
328330
- name: Ensure RustFMT on nightly toolchain
329331
run: rustup component add rustfmt --toolchain nightly
330-
- name: echo toolchain
331-
run: rustup show
332-
- name: Run the analyser codegen
333-
run: cargo run -p xtask_codegen -- analyser
334-
- name: Run the configuration codegen
335-
run: cargo run -p xtask_codegen -- configuration
336332
- name: Setup Bun
337333
uses: oven-sh/setup-bun@v2
338334
with:

0 commit comments

Comments
 (0)