Skip to content

Bump braces from 3.0.2 to 3.0.3 #20

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #20

Workflow file for this run

name: Lint code
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm run lint