File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- name : Rust
1
+ name : CI
2
2
3
3
on :
4
4
push :
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
+ - name : Run rustfmt
20
+ run : cargo fmt -- --check
19
21
- name : Build
20
22
run : cargo build --verbose
21
23
- name : Run tests
Original file line number Diff line number Diff line change 3
3
` annotate-snippets ` is a Rust library for annotation of programming code slices.
4
4
5
5
[ ![ crates.io] ( https://img.shields.io/crates/v/annotate-snippets.svg )] ( https://crates.io/crates/annotate-snippets )
6
- [ ![ Build Status ] ( https://travis-ci.org /rust-lang/annotate-snippets-rs.svg?branch=master )] ( https://travis- ci.org/rust-lang/annotate-snippets-rs )
6
+ ![ build status ] ( https://github.com /rust-lang/annotate-snippets-rs/actions/workflows/ ci.yml/badge.svg )
7
7
[ ![ Coverage Status] ( https://coveralls.io/repos/github/rust-lang/annotate-snippets-rs/badge.svg?branch=master )] ( https://coveralls.io/github/rust-lang/annotate-snippets-rs?branch=master )
8
8
9
9
The library helps visualize meta information annotating source code slices.
You can’t perform that action at this time.
0 commit comments