commit c39b407f589ca01d741422da893d55bf9bf6cae2 parent 94f70424db2ad99c1753ed011b96418e81b524d8 Author: Árni Dagur <agudmundsson@fc-md.umd.edu> Date: Sat, 25 Apr 2020 15:29:01 -0400 Add the rustfmt and clippy components to CICD Diffstat:
| M | .github/workflows/ci.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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