Skip to content

🆙bump(types): update '@types/[email protected]' #54

🆙bump(types): update '@types/[email protected]'

🆙bump(types): update '@types/[email protected]' #54

Workflow file for this run

name: Bun CI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [ "main" ]
paths:
- "app/**"
- "public/**"
- "bun.lockb"
- "package.json"
- "yarn.lock"
- "*config.*"
pull_request:
branches: [ "main" ]
paths:
- "app/**"
- "public/**"
- "bun.lockb"
- "package.json"
- "yarn.lock"
- "*config.*"
workflow_dispatch:
jobs:
build:
name: tests
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun i
- name: Test app
run: bun test