Skip to content

Bump braces from 3.0.2 to 3.0.3 #49

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #49

Workflow file for this run

name: lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install packages
run: yarn install
- name: Run eslint
run: yarn lint