Skip to content

remove .node-version and @types/node (#114) #352

remove .node-version and @types/node (#114)

remove .node-version and @types/node (#114) #352

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun run eslint
- run: bun run prettier --check .