Skip to content

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

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 #153

Workflow file for this run

name: StyleLint 🪄
on:
push:
pull_request:
jobs:
eslint:
name: "StyleLint 🎨‌"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run StyleLint
run: npm run stylelint-fix