Skip to content

Bump the development-dependencies group across 1 directory with 7 updates #485

Bump the development-dependencies group across 1 directory with 7 updates

Bump the development-dependencies group across 1 directory with 7 updates #485

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
jobs:
Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun check
- run: bun b