Skip to content

Bump the production-dependencies group across 1 directory with 3 updates #198

Bump the production-dependencies group across 1 directory with 3 updates

Bump the production-dependencies group across 1 directory with 3 updates #198

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