Skip to content

Bump braces from 3.0.2 to 3.0.3 #105

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #105

Workflow file for this run

name: 'Run tests'
on:
- push
- pull_request
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 lint
- run: npm test
- run: npm run test:coverage
- run: npm run test:coverage:report
- name: Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}