parent
6a51ca7991
commit
60fa2a4016
@ -24,8 +24,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Where am I?
|
||||
run: pwd
|
||||
- name: Run linter
|
||||
run: |
|
||||
/run/current-system/sw/bin/nix --extra-experimental-features "nix-command flakes" develop
|
||||
task lint
|
||||
- name: Build the apps
|
||||
run: /run/current-system/sw/bin/nix --extra-experimental-features "nix-command flakes" build .#all
|
||||
- name: Check the end of the build
|
||||
|
@ -13,4 +13,8 @@ tasks:
|
||||
|
||||
lint:
|
||||
cmds:
|
||||
- cargo watch -x clippy
|
||||
- cargo clippy
|
||||
|
||||
test:
|
||||
cmds:
|
||||
- cargo test
|
||||
|
Loading…
Reference in New Issue
Block a user