Skip to content

change the link in the docs to point to the main branch #2313

change the link in the docs to point to the main branch

change the link in the docs to point to the main branch #2313

Workflow file for this run

on: ["push"]
name: Coveralls
jobs:
build:
name: Coveralls
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: yarn
- name: install, run tests
run: yarn install --frozen-lockfile --network-timeout 100000
- name: install, run tests
run: yarn test --runInBand --forceExit --no-watchman
- name: Coveralls
uses: coverallsapp/github-action@v2.2.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}