Skip to content

Commit 285768c

Browse files
authored
Merge pull request #109 from DeterminateSystems/tsup-to-tsdown
Use tsdown bundler instead of tsup
2 parents c730349 + dc728c1 commit 285768c

File tree

13 files changed

+2228
-2647
lines changed

13 files changed

+2228
-2647
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ updates:
1717
npm-deps:
1818
patterns:
1919
- '*'
20-

.github/workflows/ci.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,30 @@ on:
99
jobs:
1010
checks:
1111
name: Run all checks
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v5
1515
- uses: DeterminateSystems/determinate-nix-action@v3
1616
- uses: DeterminateSystems/flakehub-cache-action@main
17+
18+
- name: Check Nix formatting
19+
run: git ls-files '*.nix' | xargs nix develop --command nixfmt --check
20+
1721
- name: Install pnpm dependencies
1822
run: nix develop --command pnpm install
19-
- name: Check formatting
20-
run: nix develop --command pnpm run check-fmt
23+
2124
- name: Lint
2225
run: nix develop --command pnpm run lint
26+
2327
- name: Run test suite
2428
run: nix develop --command pnpm run test
29+
2530
- name: Build
2631
run: nix develop --command pnpm run build
32+
2733
- name: Check git status
2834
run: git status --porcelain=v1
35+
2936
- name: Ensure no staged changes
3037
run: git diff --exit-code
3138

dist/chunk-CTAAG5j7.js

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)