Skip to content

Bump braces from 3.0.2 to 3.0.3 (#18) #75

Bump braces from 3.0.2 to 3.0.3 (#18)

Bump braces from 3.0.2 to 3.0.3 (#18) #75

Workflow file for this run

name: coverage
on:
push:
branches: [master]
jobs:
coveralls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm run test:coveralls
env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
COVERALLS_GIT_BRANCH: "${{ github.ref }}"