From c39b407f589ca01d741422da893d55bf9bf6cae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Sat, 25 Apr 2020 15:29:01 -0400 Subject: Add the rustfmt and clippy components to CICD --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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: with: toolchain: nightly override: true + components: rustfmt, clippy - name: Lint with rustfmt uses: actions-rs/cargo@v1 -- cgit v1.2.3