Skip to content

Merge pull request #49 from DaleStudy/fix/squash-merge #47

Merge pull request #49 from DaleStudy/fix/squash-merge

Merge pull request #49 from DaleStudy/fix/squash-merge #47

Workflow file for this run

name: Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run test