File tree Expand file tree Collapse file tree 5 files changed +9
-12
lines changed Expand file tree Collapse file tree 5 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,14 @@ jobs:
1616 name : Markdown Lint
1717 runs-on : ubuntu-24.04
1818
19- strategy :
20- matrix :
21- node-version : [22.x]
22- # See supported Node.js release schedule
23- # at https://nodejs.org/en/about/releases/
24-
2519 steps :
2620 - name : Checkout repository
2721 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2822
29- - name : Set up Node.js ${{ matrix.node-version }}
23+ - name : Set up Node.js
3024 uses : actions/setup-node@v5
3125 with :
32- node-version : ${{ matrix.node-version }}
26+ node-version : 22.x
3327
3428 - name : Install dependencies
3529 run : npm install -g markdownlint-cli
Original file line number Diff line number Diff line change 11---
2- name : Coverage
2+ name : Rust Coverage
33
44on : # yamllint disable-line rule:truthy
55 push :
@@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
1212jobs :
1313 coverage :
14+ name : Rust Coverage
1415 runs-on : ubuntu-latest
1516 env :
1617 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 11---
2- name : Rust
2+ name : Rust Test
33
44on : # yamllint disable-line rule:truthy
55 push :
Original file line number Diff line number Diff line change @@ -66,10 +66,12 @@ lint/yaml:
6666lint : lint/markdown lint/yaml test/styling test/static
6767
6868test/static : dependencies
69+ $(PACKAGE_MANAGER ) clippy --all-features -- -D warnings
6970
7071test/styling : dependencies
7172
7273format :
74+ $(PACKAGE_MANAGER ) fix --allow-dirty --allow-staged --all-features
7375
7476test : env dependencies
7577 $(PACKAGE_MANAGER ) test
@@ -78,6 +80,8 @@ coverage: test
7880 $(PACKAGE_MANAGER ) llvm-cov --all-features --workspace --lcov --output-path lcov.info
7981
8082coverage/html :
83+ $(PACKAGE_MANAGER ) llvm-cov --html
84+ open ./target/llvm-cov/html/index.html
8185
8286outdated :
8387
Original file line number Diff line number Diff line change 11# Algorithm Exercises (Rust 🦀)
22
33[ ![ Rust on Linux CI Test] ( https://github.com/sir-gon/algorithm-exercises-rust/actions/workflows/rust.yml/badge.svg )] ( https://github.com/sir-gon/algorithm-exercises-rust/actions/workflows/rust.yml )
4-
54[ ![ Markdown Lint] ( https://github.com/sir-gon/algorithm-exercises-rust/actions/workflows/markdown-lint.yml/badge.svg )] ( https://github.com/sir-gon/algorithm-exercises-rust/actions/workflows/markdown-lint.yml )
65[ ![ YAML lint] ( https://github.com/sir-gon/algorithm-exercises-rust/actions/workflows/yamllint.yml/badge.svg )] ( https://github.com/sir-gon/algorithm-exercises-rust/actions/workflows/yamllint.yml )
76
87![ GitHub] ( https://img.shields.io/github/license/sir-gon/algorithm-exercises-rust )
98![ GitHub language count] ( https://img.shields.io/github/languages/count/sir-gon/algorithm-exercises-rust )
109![ GitHub top language] ( https://img.shields.io/github/languages/top/sir-gon/algorithm-exercises-rust )
11-
1210[ ![ codecov] ( https://codecov.io/gh/sir-gon/algorithm-exercises-rust/branch/main/graph/badge.svg?token=YZ41BE67E4 )] ( https://codecov.io/gh/sir-gon/algorithm-exercises-rust )
1311
1412[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=sir-gon_algorithm-exercises-rust&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=sir-gon_algorithm-exercises-rust )
You can’t perform that action at this time.
0 commit comments