Skip to content

Commit

Permalink
Try raw bun CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 9, 2025
1 parent 8ee7673 commit 0f28a27
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@ name: CI
on: [push, pull_request]

jobs:
check:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: make setup
- run: make build

test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check
- uses: oven-sh/setup-bun@v1
- run: make setup
- run: make lint

0 comments on commit 0f28a27

Please sign in to comment.