Skip to content

Bump actions/checkout from 4 to 6 #54

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #54

Workflow file for this run

name: Build and test
on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize]
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test