simplified ci files
All checks were successful
Rust/va108xx-hal/pipeline/head This commit looks good
All checks were successful
Rust/va108xx-hal/pipeline/head This commit looks good
This commit is contained in:
parent
a1c0fb90e0
commit
2abf35bb6e
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -18,12 +18,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use-cross: true
|
use-cross: true
|
||||||
command: check
|
command: check
|
||||||
args: --target thumbv6m-none-eabi
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
use-cross: true
|
use-cross: true
|
||||||
command: check
|
command: check
|
||||||
args: --examples --target thumbv6m-none-eabi
|
args: --examples
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
name: Rustfmt
|
name: Rustfmt
|
||||||
@ -57,7 +56,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use-cross: true
|
use-cross: true
|
||||||
command: clippy
|
command: clippy
|
||||||
args: --target thumbv6m-none-eabi -- -D warnings
|
args: -- -D warnings
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
Reference in New Issue
Block a user