@@ -27,3 +27,12 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: make build-dragonos
+
+ fmt-check:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - name: Build
+ run: make fmt-check
@@ -1,3 +1,3 @@
[toolchain]
-components = ["rust-src"]
-targets = [ "x86_64-unknown-linux-musl" ]
+components = ["rust-src", "rustfmt"]
+targets = [ "x86_64-unknown-linux-musl" ]
+pub mod appconfig;
pub mod cmd;
pub mod lastline_cmd;
-pub mod appconfig;