diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f11b046..116c100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,11 +28,11 @@ jobs: args: -- --check components: rustfmt - toolchain: stable - command: - name: Lint - command: clippy - args: "" - components: clippy + command: + name: Lint + command: clippy + args: "" + components: clippy steps: - uses: actions/checkout@v2