diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6814502..841014a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: profile: minimal toolchain: nightly override: true - components: clippy + components: fmt, clippy - - name: Run clippy + - name: Run fmt run: make lint \ No newline at end of file