From 101ff07e53062a7abe99709b444b34f0f0116ad8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Tue, 6 Dec 2022 09:00:54 +0000
Subject: [PATCH] feat: added format and clippy

---
 .github/workflows/main.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 527832b6..0cb7f762 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
-- 
GitLab