Skip to content

Merge pull request #165 from communitycenter/claude/update-popup-vers… #119

Merge pull request #165 from communitycenter/claude/update-popup-vers…

Merge pull request #165 from communitycenter/claude/update-popup-vers… #119

Workflow file for this run

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