Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 1db06e8

Browse files
committed
feat: add check in ci
1 parent 9aef145 commit 1db06e8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ jobs:
1818
components: rustfmt
1919
- uses: actions-rust-lang/rustfmt@v1
2020

21+
check:
22+
name: cargo check
23+
runs-on: ubuntu-latest
24+
permissions:
25+
checks: write
26+
steps:
27+
- uses: actions/checkout@v4
28+
- uses: dtolnay/rust-toolchain@stable
29+
with:
30+
components: rustfmt
31+
- run: cargo check
32+
2133
clippy:
2234
name: clippy
2335
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)