Skip to content

Commit

Permalink
CircleCI syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglerchris committed Feb 8, 2024
1 parent 0486d00 commit 100d959
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 100d959

Please sign in to comment.