diff --git a/.circleci/config.yml b/.circleci/config.yml index e5294c8..0b6a627 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,9 +18,11 @@ jobs: rustup component add rustfmt clippy - run: name: Check formatting + command: | cargo fmt --all -- --check --color=auto - run: name: Clippy + command: | cargo clippy build-css: docker: