diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 527832b623fc0395dab137b80ffd7ec781985ed6..0cb7f762da276ca36554093a903dcd334384901e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -52,6 +52,8 @@ jobs:
           rustup component add rustfmt
           rustup component add clippy
       - run: rustc --version
+      - run: cargo fmt --all -- --check
+      - run: cargo clippy
       - run: cargo install wasm-pack
       - run: wasm-pack build --release --target=web --out-dir=frontends/web/lib -- --features wasm
       - run: apt-get update && apt-get install -y -q nodejs npm