Skip to content

Bump webpack from 5.89.0 to 5.94.0 in /frontend #15

Bump webpack from 5.89.0 to 5.94.0 in /frontend

Bump webpack from 5.89.0 to 5.94.0 in /frontend #15

name: Linting Frontend
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
run: npm ci --prefer-offline
working-directory: ./frontend
- name: Eslint
run: npm run eslint
working-directory: ./frontend