From 27ce5300a73708d2926fe28cc076e0dc80db34a2 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 2 Jun 2021 17:30:43 +0300 Subject: [PATCH] Fix yaml syntax. --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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