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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user