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
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