Skip to content

fix(deps): update all non-major dependencies #137

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #137

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:
DOT_ENV: ${{ secrets.DOT_ENV_TEST }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}