Skip to content

chore(release): 3.1.0 #28

chore(release): 3.1.0

chore(release): 3.1.0 #28

Workflow file for this run

name: Coverage
on: ["push", "pull_request"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run coveralls
- uses: coverallsapp/github-action@v2
with:
flag-name: run-${{ join(matrix.*, '-') }}