Skip to content

a few more copy edits before merging #1458

a few more copy edits before merging

a few more copy edits before merging #1458

Workflow file for this run

on: ["push"]
name: Coveralls
jobs:
build:
name: Coveralls
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
- name: install, run tests
run: |
yarn
yarn test
- name: Coveralls
uses: coverallsapp/github-action@v2.2.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}