Skip to content

Commit

Permalink
ci: integration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleSeo committed Dec 11, 2024
1 parent d9201ee commit a33d957
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Integration ๐Ÿ”„

on:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run lint
- run: bun run test run
- run: bun run build

0 comments on commit a33d957

Please sign in to comment.