We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup-just
1 parent 7dc92d7 commit b4876eaCopy full SHA for b4876ea
.github/workflows/rust.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ${{ matrix.os }}
33
steps:
34
- uses: actions/checkout@v4
35
- - run: cargo install --locked just
+ - uses: wiktor-k/setup-just@v1
36
- run: rustup install nightly
37
- run: rustup component add rustfmt --toolchain nightly
38
- name: Check formatting
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
- name: Run unit tests
54
run: just tests
55
@@ -79,6 +79,6 @@ jobs:
79
80
81
82
83
- name: Check for lints
84
run: just lints
0 commit comments