summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-12-16 17:43:33 +0000
committerGitHub <noreply@github.com>2020-12-16 17:43:33 +0000
commit3bbd860756986c3c0412c87428746f4c6aa0f9b1 (patch)
treebd1b9fcbdb8c43cc5e838b9f47a635515bfffea8 /.github/workflows/ci.yml
parentc53294dd3e4bb0c0c30cb55ca444fd1e4ce26df1 (diff)
parent6102ed1a1e75c218c87bd1f01194952a2d0614de (diff)
Merge pull request #16 from ArniDagur/version-0.3.3
Version 0.4.0
Diffstat (limited to '.github/workflows/ci.yml')
-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