Skip to content

Bump ansi-regex from 4.1.0 to 4.1.1 #21

Bump ansi-regex from 4.1.0 to 4.1.1

Bump ansi-regex from 4.1.0 to 4.1.1 #21

name: Pull Request Build
on:
push:
branches-ignore:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Node 12
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: npm install
- name: Build
run: npm run lint