Skip to content

Bump semver from 5.7.1 to 5.7.2 #31

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #31

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Lint Code Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install Dependencies
run: npm ci
- name: Run ESLint
run: npm run lint