Skip to content

Bump webpack from 5.91.0 to 5.101.3 in /mapBuilder/www/js #150

Bump webpack from 5.91.0 to 5.101.3 in /mapBuilder/www/js

Bump webpack from 5.91.0 to 5.101.3 in /mapBuilder/www/js #150

Workflow file for this run

name: ESLint 🔍
on:
push:
pull_request:
jobs:
eslint:
name: "ESLint 🇯‌🇸‌"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run eslint-fix