build(deps-dev): bump typescript-eslint from 7.18.0 to 8.15.0 #109
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Site Test | |
on: | |
push: | |
branches: | |
- '*' | |
paths: | |
- "web/**" | |
pull_request: | |
types: [opened, reopened, synchronize] | |
jobs: | |
build-site-test: | |
name: Build Site Test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Setup Bun | |
uses: oven-sh/setup-bun@v1 | |
- name: Install dependencies | |
run: bun install | |
- name: Run ESLint | |
run: bun run build |