Skip to content

Merge pull request #15 from isolomak/split_pieces #41

Merge pull request #15 from isolomak/split_pieces

Merge pull request #15 from isolomak/split_pieces #41

Workflow file for this run

name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: install
run: npm ci
- name: test
run: npm test
- name: coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}