File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI
22
33on :
4+ push :
5+ branches : [ "main" ]
46 pull_request :
57 branches : [ "main" ]
68
1315 steps :
1416 - name : Checkout
1517 uses : actions/checkout@v4
16- - name : Build
17- run : cargo build --verbose
18+ - name : Check formatting
19+ run : cargo fmt --check
1820 - name : Run clippy
1921 run : cargo clippy --all-targets --all-features -- -Dclippy::all -D warnings
2022 - name : Run tests
Original file line number Diff line number Diff line change 44
55** An experimental FIX engine written in Rust.**
66
7- [ ![ CI] ( https://github.com/Validus-Risk-Management/hotfix/actions/workflows/test .yml/badge.svg )] ( https://github.com/Validus-Risk-Management/hotfix/actions/workflows/test .yml )
7+ [ ![ CI] ( https://github.com/Validus-Risk-Management/hotfix/actions/workflows/ci .yml/badge.svg )] ( https://github.com/Validus-Risk-Management/hotfix/actions/workflows/ci .yml )
88[ ![ codecov] ( https://codecov.io/gh/Validus-Risk-Management/hotfix/graph/badge.svg?token=OE58PBL0N6 )] ( https://codecov.io/gh/Validus-Risk-Management/hotfix )
99[ ![ crates-badge]] ( https://crates.io/crates/hotfix )
1010[ ![ docs-badge]] ( https://docs.rs/hotfix )
You can’t perform that action at this time.
0 commit comments