Skip to content

fix: update yarn.lock #20

fix: update yarn.lock

fix: update yarn.lock #20

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
- wbfy
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
test:
uses: WillBooster/reusable-workflows/.github/workflows/test.yml@main
with:
github_hosted_runner: true
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}