summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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 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