Fix yaml syntax.
This commit is contained in:
parent
00a4dd0eab
commit
27ce5300a7
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user