Skip to content

Bump webpack-dev-server from 3.11.2 to 5.1.0 #12

Bump webpack-dev-server from 3.11.2 to 5.1.0

Bump webpack-dev-server from 3.11.2 to 5.1.0 #12

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- name: install
run: yarn
- name: lint
run: yarn lint