Skip to content

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 #175

Bump webpack-dev-middleware from 5.3.3 to 5.3.4

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 #175

Workflow file for this run

name: Coding Standards
on:
pull_request_target:
branches:
- master
push:
branches:
- master
paths-ignore:
- '**.md'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
tag:
name: Lint and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
run: |
npm install @wordpress/scripts --save-dev --save-exact @wordpress/scripts
npm run lint-js
npm run lint-css
npm run build