Skip to content

Bump braces from 3.0.2 to 3.0.3 #99

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #99

Workflow file for this run

name: Node CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '13.x'
- name: Install
run: make install
- name: Run linter
run: make lint
- name: Run tests
run: make test