Skip to content

chore: willboosterify this repo #2331

chore: willboosterify this repo

chore: willboosterify this repo #2331

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- '**.md'
- '**/docs/**'
push:
branches:
- main
- wbfy
paths-ignore:
- '**.md'
- '**/docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: WillBooster/reusable-workflows/.github/workflows/test.yml@main
with:
github_hosted_runner: true
secrets:
GH_TOKEN: ${{ secrets.PUBLIC_GH_BOT_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}