Skip to content

chore: merge branch 'release/1.0.0' #3

chore: merge branch 'release/1.0.0'

chore: merge branch 'release/1.0.0' #3

Workflow file for this run

name: test
on:
push:
paths:
- 'src/**'
pull_request:
paths:
- 'src/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: latest
- run: npm install
- run: npm test
- uses: coverallsapp/github-action@master
with:
github-token: ${{secrets.GITHUB_TOKEN}}