Skip to content

ci(lint): add eslint typescript config to eslint.config.js #2

ci(lint): add eslint typescript config to eslint.config.js

ci(lint): add eslint typescript config to eslint.config.js #2

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install modules
run: bun install --frozen-lockfile
- name: Run ESLint
run: bun run lint