summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-04-25 15:58:43 -0400
committerGitHub <noreply@github.com>2020-04-25 15:58:43 -0400
commit5115b1e792912e20c580062487fe98e8c6f47811 (patch)
treedf66906a277140ff3853b80d0500ccc3bdf8df7c /.github/workflows/ci.yml
parent94f70424db2ad99c1753ed011b96418e81b524d8 (diff)
parentc39b407f589ca01d741422da893d55bf9bf6cae2 (diff)
Merge pull request #1 from ArniDagur/update-ci
Add the rustfmt and clippy components to CICD
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 8d01138..9c581a9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20 with: 20 with:
21 toolchain: nightly 21 toolchain: nightly
22 override: true 22 override: true
23 components: rustfmt, clippy
23 24
24 - name: Lint with rustfmt 25 - name: Lint with rustfmt
25 uses: actions-rs/cargo@v1 26 uses: actions-rs/cargo@v1