File tree 2 files changed +32
-0
lines changed
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Rust Format Check
2
+
3
+ on :
4
+ push :
5
+ branches : [ "master" ]
6
+ pull_request :
7
+ branches : [ "master" ]
8
+
9
+ env :
10
+ CARGO_TERM_COLOR : always
11
+
12
+ jobs :
13
+ rustfmt :
14
+ runs-on : ubuntu-latest
15
+
16
+ steps :
17
+ - name : Checkout code
18
+ uses : actions/checkout@v2
19
+
20
+ - name : Install Rust
21
+ uses : actions-rs/toolchain@v1
22
+ with :
23
+ profile : minimal
24
+ toolchain : stable
25
+ components : rustfmt
26
+
27
+ - name : Run rustfmt
28
+ run : cargo fmt -- --check
Original file line number Diff line number Diff line change 1
1
# 📖 OpenBook
2
2
3
+ [ ![ Work In Progress] ( https://img.shields.io/badge/Work%20In%20Progress-red )] ( https://github.com/wiseaidev )
4
+ [ ![ made-with-rust] ( https://img.shields.io/badge/Made%20with-Rust-1f425f.svg?logo=rust&logoColor=white )] ( https://www.rust-lang.org/ )
5
+ [ ![ Rust] ( https://img.shields.io/badge/Rust-1.75%2B-blue.svg )] ( https://www.rust-lang.org )
6
+ [ ![ Maintenance] ( https://img.shields.io/badge/Maintained%3F-yes-green.svg )] ( https://github.com/wiseaidev )
3
7
[ ![ CircleCI] ( https://dl.circleci.com/status-badge/img/gh/GigaDAO/openbook/tree/master.svg?style=svg )] ( https://dl.circleci.com/status-badge/redirect/gh/GigaDAO/openbook/tree/master )
4
8
[ ![ Crates.io] ( https://img.shields.io/crates/v/openbook.svg )] ( https://crates.io/crates/openbook )
5
9
[ ![ Crates.io Downloads] ( https://img.shields.io/crates/d/openbook )] ( https://crates.io/crates/openbook )
You can’t perform that action at this time.
0 commit comments