Skip to content

Commit 73bacb6

Browse files
committed
ci: remove export
1 parent dac4c8e commit 73bacb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
- name: Setup Environment
1414
run: cd os && make env
1515
- name: Check user
16-
run: |
17-
cd usr/rust/ && cargo fmt -- --check && cargo clippy -- -D warnings
16+
run: cd usr/rust/ && cargo fmt -- --check && cargo clippy -- -D warnings
1817
- name: Check os
1918
run: cd os && cargo fmt -- --check && cargo clippy -- -D warnings
2019
build:

0 commit comments

Comments
 (0)