Skip to content

Bump semver from 5.7.1 to 5.7.2 #91

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #91

Workflow file for this run

name: PR Audit
on: [pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: yarn install
- run: yarn run lint