Skip to content

build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 #158

build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4

build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 #158

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- develop
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 14.21
cache: 'npm'
- name: Install dependencies 💚
run: npm install
- name: Lint
run: npm run lint