mirror of
https://github.com/haraldh/chainerror.git
synced 2025-07-03 18:45:27 +02:00
chore: remove need for cargo readme
Just use `#![doc = include_str!("../README.md")]` Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
165c1b939c
commit
cf62d1a9f9
3 changed files with 3 additions and 121 deletions
15
.github/workflows/rust.yml
vendored
15
.github/workflows/rust.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
version:
|
||||
- 1.46.0
|
||||
- 1.54.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
@ -70,16 +70,3 @@ jobs:
|
|||
with:
|
||||
command: clippy
|
||||
args: -- -D warnings
|
||||
|
||||
readme:
|
||||
name: cargo readme
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: stable
|
||||
profile: minimal
|
||||
override: true
|
||||
- run: cargo install cargo-readme
|
||||
- run: cargo readme > README.md && git diff --exit-code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue