mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-03-14 03:55:02 +00:00
17 lines
173 B
YAML
17 lines
173 B
YAML
language: rust
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
cache:
|
|
cargo: true
|
|
|
|
script:
|
|
- cargo run --bin generate_readme
|
|
- git diff
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
|