Skip to content

Bump ansi-regex from 5.0.0 to 5.0.1 #32

Bump ansi-regex from 5.0.0 to 5.0.1

Bump ansi-regex from 5.0.0 to 5.0.1 #32

name: Run linter
'on': pull_request
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm ci
- run: npm run lint