Skip to content

Commit afe87a3

Browse files
committed
Improve type checking.
1 parent 2c8b6f4 commit afe87a3

File tree

3 files changed

+1166
-234
lines changed

3 files changed

+1166
-234
lines changed

.github/workflows/main.yml

+14
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ on:
1515

1616
jobs:
1717

18+
run-type-checking:
19+
20+
name: Run tests for type-checking
21+
runs-on: ubuntu-latest
22+
23+
steps:
24+
- uses: actions/checkout@v4
25+
- uses: prefix-dev/[email protected]
26+
with:
27+
pixi-version: v0.20.1
28+
cache: true
29+
environments: typing
30+
- run: pixi run typing
31+
1832
run-tests:
1933

2034
name: Run tests for ${{ matrix.os }} on ${{ matrix.environment }}

0 commit comments

Comments
 (0)