Skip to content

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 #152

Bump webpack-dev-middleware from 5.3.1 to 5.3.4

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 #152

Workflow file for this run

---
name: Check
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- master
- dev
push:
branches:
- master
- dev
jobs:
Pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: actions/setup-python@v1
- uses: pre-commit/[email protected]