Skip to content

Commit b4e6c19

Browse files
committed
fix deps, add interface test, re-exports
1 parent 3126dc2 commit b4e6c19

5 files changed

Lines changed: 761 additions & 657 deletions

File tree

.github/workflows/main.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,25 @@ jobs:
9999
- name: Lint
100100
run: pnpm p-token:lint
101101

102+
format_and_lint_interface:
103+
name: Format & Lint Interface
104+
runs-on: ubuntu-latest
105+
steps:
106+
- name: Git Checkout
107+
uses: actions/checkout@v4
108+
109+
- name: Setup Environment
110+
uses: ./.github/actions/setup
111+
with:
112+
clippy: true
113+
rustfmt: true
114+
115+
- name: Format
116+
run: pnpm interface:format
117+
118+
- name: Lint
119+
run: pnpm interface:lint
120+
102121
audit_rust:
103122
name: Audit Rust
104123
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)