Fix yaml syntax.

This commit is contained in:
Sebastian Schmidt 2021-06-02 17:30:43 +03:00
parent 00a4dd0eab
commit 27ce5300a7

View File

@ -28,11 +28,11 @@ jobs:
args: -- --check args: -- --check
components: rustfmt components: rustfmt
- toolchain: stable - toolchain: stable
command: command:
name: Lint name: Lint
command: clippy command: clippy
args: "" args: ""
components: clippy components: clippy
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2