summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-12-16 17:03:32 +0000
committerÁrni Dagur <arni@dagur.eu>2020-12-16 17:03:32 +0000
commit6102ed1a1e75c218c87bd1f01194952a2d0614de (patch)
treebd1b9fcbdb8c43cc5e838b9f47a635515bfffea8 /.github
parent08407005bbc120dcc92197936c7b379fa6759493 (diff)
Correctly check code formatting in CI
Diffstat (limited to '.github')
-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 141fea4..a7074d4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26 uses: actions-rs/cargo@v1 26 uses: actions-rs/cargo@v1
27 with: 27 with:
28 command: fmt 28 command: fmt
29 args: -- --check
29 30
30 - name: Lint with clippy 31 - name: Lint with clippy
31 uses: actions-rs/cargo@v1 32 uses: actions-rs/cargo@v1