We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827d75c commit 4fbec6eCopy full SHA for 4fbec6e
1 file changed
.github/workflows/pull_request.yml
@@ -220,8 +220,11 @@ jobs:
220
uses: moonrepo/setup-rust@v1
221
with:
222
cache-base: main
223
+ components: rustfmt
224
env:
225
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
226
+ - name: echo toolchain
227
+ run: rustup show
228
- name: Run the analyser codegen
229
run: cargo run -p xtask_codegen -- analyser
230
- name: Run the configuration codegen
0 commit comments