Skip to content

fix(deps): update dependency webpack to v5.89.0 - autoclosed #6054

fix(deps): update dependency webpack to v5.89.0 - autoclosed

fix(deps): update dependency webpack to v5.89.0 - autoclosed #6054

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: '16'
cache: 'npm'
- name: Install npm@9
run: npm i -g npm@9
- name: Install
run: npm ci --prefer-offline
- name: Build
run: npm run build
- name: Alex
run: npm run alex
- name: Prettier
run: npm run prettier -- --list-different
- name: Eslint
run: npm run eslint -- --max-warnings 0