Skip to content

Update package-lock.json #240

Update package-lock.json

Update package-lock.json #240

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 ci || npm i
npm install @wordpress/scripts --save-dev --save-exact
npx wp-scripts lint-js
npx wp-scripts lint-style
npx wp-scripts build