We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b832cc commit b87b142Copy full SHA for b87b142
1 file changed
.github/workflows/ci.yml
@@ -58,6 +58,7 @@ jobs:
58
- uses: actions-rust-lang/setup-rust-toolchain@v1
59
with:
60
components: rustfmt, clippy
61
+ - uses: extractions/setup-just@v3
62
- name: Setup nightly toolchain
63
shell: bash
64
run: rustup toolchain install nightly --component rustfmt # needed to run rustfmt in nightly toolchain
0 commit comments