mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
run remark-lint on README.md
This commit is contained in:
parent
3c1d3272dd
commit
d1393cfd38
1 changed files with 7 additions and 0 deletions
|
@ -7,7 +7,14 @@ env:
|
||||||
# TRAVIS_TOKEN_CLIPPY_SERVICE
|
# TRAVIS_TOKEN_CLIPPY_SERVICE
|
||||||
secure: dj8SwwuRGuzbo2wZq5z7qXIf7P3p7cbSGs1I3pvXQmB6a58gkLiRn/qBcIIegdt/nzXs+Z0Nug+DdesYVeUPxk1hIa/eeU8p6mpyTtZ+30H4QVgVzd0VCthB5F/NUiPVxTgpGpEgCM9/p72xMwTn7AAJfsGqk7AJ4FS5ZZKhqFI=
|
secure: dj8SwwuRGuzbo2wZq5z7qXIf7P3p7cbSGs1I3pvXQmB6a58gkLiRn/qBcIIegdt/nzXs+Z0Nug+DdesYVeUPxk1hIa/eeU8p6mpyTtZ+30H4QVgVzd0VCthB5F/NUiPVxTgpGpEgCM9/p72xMwTn7AAJfsGqk7AJ4FS5ZZKhqFI=
|
||||||
|
|
||||||
|
install:
|
||||||
|
- . $HOME/.nvm/nvm.sh
|
||||||
|
- nvm install stable
|
||||||
|
- nvm use stable
|
||||||
|
- npm install remark remark-lint
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- remark -f README.md -u remark-lint > /dev/null
|
||||||
- python util/update_lints.py -c
|
- python util/update_lints.py -c
|
||||||
- cargo build --features debugging
|
- cargo build --features debugging
|
||||||
- rm -rf target/ Cargo.lock
|
- rm -rf target/ Cargo.lock
|
||||||
|
|
Loading…
Add table
Reference in a new issue