Skip to content

fix: Correct capitalization of "Windows" and "Unix" in documentation … #63

fix: Correct capitalization of "Windows" and "Unix" in documentation …

fix: Correct capitalization of "Windows" and "Unix" in documentation … #63

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@v1
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}