We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84d493 commit 75498fbCopy full SHA for 75498fb
.github/workflows/main.yml
@@ -10,6 +10,8 @@ jobs:
10
- uses: actions-rs/toolchain@v1
11
with:
12
components: rustfmt, clippy
13
+ - name: Setup Environment
14
+ run: cd os && make env
15
- name: Check user
16
run: cd usr/rust/ && cargo fmt -- --check && cargo clippy -- -D warnings
17
- name: Check os
0 commit comments