Skip to content

build(deps): Bump php-forge/actions from 1 to 2 #98

build(deps): Bump php-forge/actions from 1 to 2

build(deps): Bump php-forge/actions from 1 to 2 #98

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
name: build
jobs:
phpunit:
uses: php-forge/actions/.github/workflows/phpunit.yml@v2
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}