Skip to content

Bump semver from 5.7.1 to 5.7.2 #164

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #164

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install yarn
run: yarn
- name: Run ESLint
run: yarn lint