Skip to content

Commit b6860e3

Browse files
committed
fix(ci): build native binding before format check
1 parent f7ac5f7 commit b6860e3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Lint Rust
4444
run: cargo clippy --workspace --all-targets --locked -- -D warnings
4545

46+
- name: Build Native Binding
47+
run: pnpm --filter rstack build:native
48+
4649
- name: Lint
4750
run: node --run lint
4851

0 commit comments

Comments
 (0)