Update release-cross.yml
This commit is contained in:
6
.github/workflows/release-cross.yml
vendored
6
.github/workflows/release-cross.yml
vendored
@@ -21,12 +21,6 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
- uses: actions-rs/cargo@v1.0.1
|
|
||||||
name: Check format
|
|
||||||
with:
|
|
||||||
use-cross: true
|
|
||||||
command: fmt
|
|
||||||
args: --all -- --check
|
|
||||||
- uses: actions-rs/cargo@v1.0.1
|
- uses: actions-rs/cargo@v1.0.1
|
||||||
name: Run clippy
|
name: Run clippy
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user