mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-10 23:30:57 +00:00
Remove cargo-udeps
This commit is contained in:
parent
f723dbcad9
commit
d5818ff0c3
25
.github/workflows/cargo-udeps.yml
vendored
25
.github/workflows/cargo-udeps.yml
vendored
@ -1,25 +0,0 @@
|
|||||||
name: cargo-udeps
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
udeps:
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest, windows-latest]
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
profile: minimal
|
|
||||||
toolchain: nightly
|
|
||||||
override: true
|
|
||||||
- uses: actions-rs/install@v0.1
|
|
||||||
with:
|
|
||||||
crate: cargo-udeps
|
|
||||||
version: latest
|
|
||||||
use-tool-cache: true
|
|
||||||
- run: cargo udeps --all-features --all-targets --color=always
|
|
Loading…
Reference in New Issue
Block a user