Skip to content

Bump eslint from 9.15.0 to 9.16.0 in /samples/AspNetCoreReactSample/ClientApp #214

Bump eslint from 9.15.0 to 9.16.0 in /samples/AspNetCoreReactSample/ClientApp

Bump eslint from 9.15.0 to 9.16.0 in /samples/AspNetCoreReactSample/ClientApp #214

name: Build React Sample Client
on:
push:
branches:
- main
paths:
- 'samples/AspNetCoreReactSample/ClientApp/**'
pull_request:
branches:
- main
paths:
- 'samples/AspNetCoreReactSample/ClientApp/**'
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
corepack enable
cd samples/AspNetCoreReactSample/ClientApp
pnpm install
pnpm lint
pnpm build