Skip to content

Bump webpack-cli from 5.1.4 to 6.0.0 #1236

Bump webpack-cli from 5.1.4 to 6.0.0

Bump webpack-cli from 5.1.4 to 6.0.0 #1236

Workflow file for this run

name: ESLint
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run eslint