Skip to content

Bump webpack from 5.72.0 to 5.88.2 in /frontend #296

Bump webpack from 5.72.0 to 5.88.2 in /frontend

Bump webpack from 5.72.0 to 5.88.2 in /frontend #296

Workflow file for this run

name: JavaScript Linter (eslint)
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
working-directory: ./frontend
run: npm i
- name: Run ESLint
working-directory: ./frontend
run: npm run lint