summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-04 14:36:47 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-04 14:42:21 +0200
commitf738d89ff2de20f3293a8e413160b7ab48cf593a (patch)
treef2c45760c2f9a9be0acb544481a594b13bbfcc62 /.github/workflows
parentc2d88989a732aed01f4274b8813fecff07bcca19 (diff)
Check formatting in CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a352ac1f..66af6d69 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,5 +8,6 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
+ - run: cargo fmt --check
- run: cargo build --workspace
- run: cargo test --workspace --no-fail-fast