Skip to content

build(deps-dev): bump the eslint-group group across 1 directory with … #143

build(deps-dev): bump the eslint-group group across 1 directory with …

build(deps-dev): bump the eslint-group group across 1 directory with … #143

Workflow file for this run

name: Code Linting
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run ESLint
run: bun run lint