Skip to content

fix: only comment about no contributions after checking all contribut… #248

fix: only comment about no contributions after checking all contribut…

fix: only comment about no contributions after checking all contribut… #248

Workflow file for this run

name: Test
"on":
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 16
- run: npm ci
- run: npm test
- name: Run code coverage
run: ./node_modules/.bin/codecov --token=${{ secrets.CODECOV_TOKEN }} .