Skip to content

chore(deps): bump eslint from 8.57.0 to 9.1.1 in /web in the eslint-prettier group across 1 directory #57

chore(deps): bump eslint from 8.57.0 to 9.1.1 in /web in the eslint-prettier group across 1 directory

chore(deps): bump eslint from 8.57.0 to 9.1.1 in /web in the eslint-prettier group across 1 directory #57

Workflow file for this run

name: Pull request checks - Web
on:
pull_request:
paths:
- 'web/**'
workflow_dispatch:
defaults:
run:
working-directory: web
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn typecheck
- name: Build
run: yarn build