We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b832cc commit 6cb5b50Copy full SHA for 6cb5b50
1 file changed
.github/workflows/ci.yml
@@ -58,9 +58,13 @@ 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
65
+ - name: Install cargo-hyperlight
66
+ shell: bash
67
+ run: just install
68
- name: Check formatting
69
70
run: just fmt
0 commit comments