Skip to content

Bump webpack from 5.89.0 to 5.94.0 in /web (#1375) #3362

Bump webpack from 5.89.0 to 5.94.0 in /web (#1375)

Bump webpack from 5.89.0 to 5.94.0 in /web (#1375) #3362

Workflow file for this run

name: "Eslint"
on:
push:
branches: [ dev ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
working-directory: ./web
run: npm ci
- name: Run ESLint
working-directory: ./web
run: npx eslint . --ext .ts,.tsx