Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

build(deps): bump word-wrap from 1.2.3 to 1.2.4 (#16) #45

build(deps): bump word-wrap from 1.2.3 to 1.2.4 (#16)

build(deps): bump word-wrap from 1.2.3 to 1.2.4 (#16) #45

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Coveralls
jobs:
upload:
name: Upload
runs-on: ubuntu-latest
steps:
- name: Set up repo
uses: actions/checkout@v3
- name: Install modules
run: yarn install --immutable --immutable-cache --check-cache
- name: Run tests
run: yarn test --coverage
- name: Upload coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}