Skip to content

Commit 6cb5b50

Browse files
committed
install just before linting
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 1b832cc commit 6cb5b50

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,13 @@ jobs:
5858
- uses: actions-rust-lang/setup-rust-toolchain@v1
5959
with:
6060
components: rustfmt, clippy
61+
- uses: extractions/setup-just@v3
6162
- name: Setup nightly toolchain
6263
shell: bash
6364
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
6468
- name: Check formatting
6569
shell: bash
6670
run: just fmt

0 commit comments

Comments
 (0)