Skip to content

Bump braces from 3.0.2 to 3.0.3 #37

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #37

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