Skip to content

build(deps-dev): bump webpack-cli from 4.10.0 to 5.0.2 #739

build(deps-dev): bump webpack-cli from 4.10.0 to 5.0.2

build(deps-dev): bump webpack-cli from 4.10.0 to 5.0.2 #739

Workflow file for this run

name: Lint
on: [push]
jobs:
run-linters:
name: Run Linters
runs-on: ubuntu-latest
steps:
- name: Checkout Git repo
uses: actions/checkout@v2
- name: Cache node_modules
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn install
- name: Run linters
run: yarn lint