Skip to content

Bump webpack-dev-middleware from 7.0.0 to 7.1.1 #100

Bump webpack-dev-middleware from 7.0.0 to 7.1.1

Bump webpack-dev-middleware from 7.0.0 to 7.1.1 #100

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
name: Test and build
runs-on: ubuntu-latest
steps:
# Checks out a copy of your repository.
- name: Checkout code
uses: actions/checkout@v2
# Builds code and runs the tests using Bazelisk.
- name: Run tests
uses: docker://mattinsler/bazelisk:latest
with:
args: bazel test ...