Skip to content

Bump braces from 3.0.2 to 3.0.3 (#27) #47

Bump braces from 3.0.2 to 3.0.3 (#27)

Bump braces from 3.0.2 to 3.0.3 (#27) #47

Workflow file for this run

name: test
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci
- run: npm run-script lint
- run: make
- run: make check