Skip to content

testing website build test #1

testing website build test

testing website build test #1

Workflow file for this run

name: Build Site Test
on:
push:
branches:
- '*'
paths:
- "web/**"
jobs:
lint:
name: ESLint
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