This repository was archived by the owner on Jan 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +31
-22
lines changed
Expand file tree Collapse file tree 3 files changed +31
-22
lines changed Original file line number Diff line number Diff line change 11name : CI
22
33on :
4- push :
5- branches :
6- - main
7- pull_request :
8- branches :
9- - main
10- workflow_dispatch :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ branches :
9+ - main
10+ workflow_dispatch :
1111
1212jobs :
13- build :
14- runs-on : ubuntu-latest
13+ build :
14+ runs-on : ubuntu-latest
1515
16- steps :
17- - name : Checkout code
18- uses : actions/checkout@v6
16+ permissions :
17+ contents : read
1918
20- - name : Set up Rust
21- uses : actions-rust-lang/setup-rust-toolchain@v1
19+ steps :
20+ - name : Checkout code
21+ uses : actions/checkout@v6
2222
23- - name : Run formatter check
24- run : cargo fmt -- --check
23+ - name : Set up Rust
24+ uses : actions-rust-lang/setup-rust-toolchain@v1
2525
26- - name : Run linter
27- run : cargo clippy --all-targets --all-features
26+ - name : Run formatter check
27+ run : cargo fmt -- --check
2828
29- - name : Build Rust project
30- run : cargo build --release
29+ - name : Run linter
30+ run : cargo clippy --all-targets --all-features
3131
32- - name : Run tests
33- run : cargo test --release
32+ - name : Build Rust project
33+ run : cargo build --release
34+
35+ - name : Run tests
36+ run : cargo test --release
Original file line number Diff line number Diff line change 1010 run-pending-reviews :
1111 runs-on : ubuntu-latest
1212
13+ permissions :
14+ contents : read
15+
1316 steps :
1417 - name : Checkout repository
1518 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 99 run-inactive-cards :
1010 runs-on : ubuntu-latest
1111
12+ permissions :
13+ contents : read
14+
1215 steps :
1316 - name : Checkout repository
1417 uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments