ci: Prefetch dependencies in the lint job

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
Gergely Nagy
2023-09-20 00:43:48 +02:00
parent dc52289318
commit 3b43b1e7dc
+5 -1
View File
@@ -9,9 +9,13 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: bootstrap
run: |
nix develop -c true
- name: formatting
run: |
nix develop -c cargo fmt
nix develop -c cargo fmt --check
- name: clippy
run: |