Skip to content

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

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

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

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
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