Skip to content

Fix word space (#359) #172

Fix word space (#359)

Fix word space (#359) #172

Workflow file for this run

name: Coveralls
on:
push:
branches:
- master
jobs:
coveralls:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: NPM install
run: npm ci
- name: Build
run: |
npm run lint
npm run test:unit
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}