Skip to content

Bump the dev-dependencies group across 1 directory with 6 updates #615

Bump the dev-dependencies group across 1 directory with 6 updates

Bump the dev-dependencies group across 1 directory with 6 updates #615

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install Dependencies
run: bun install
- name: Lint
run: bun run lint