From 449cdc01573a8c834e15f1276f998a1de76ddc04 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 17 Dec 2020 01:36:32 +0100 Subject: [PATCH] ci: check formatting --- .github/workflows/rust.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index a6e7427..42a5e5a 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Format + run: cargo fmt -- --check - name: Lint run: cargo clippy --all --all-targets --all-features -- -D warnings - name: Run tests