Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.21.0 in /web #161

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.21.0 in /web

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.21.0 in /web #161

name: Build and Test Web
on:
pull_request:
branches:
- master
paths:
- "web/**"
workflow_dispatch:
env:
WORKING_DIRECTORY: ./web
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Building Web codebase
uses: ./.github/workflows/actions/build-web
with:
working_directory: ${{ env.WORKING_DIRECTORY }}
node_version: ${{ matrix.node-version }}