Skip to content

fix: Update workflow actions to use v1 stable version instead of main, update LICENSE.md. #383

fix: Update workflow actions to use v1 stable version instead of main, update LICENSE.md.

fix: Update workflow actions to use v1 stable version instead of main, update LICENSE.md. #383

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
name: static analysis
jobs:
phpstan:
uses: php-forge/actions/.github/workflows/phpstan.yml@v1
with:
concurrency-group: phpstan-${{ github.workflow }}-${{ github.ref }}
phpstan-console:
uses: php-forge/actions/.github/workflows/phpstan.yml@v1
with:
configuration: 'phpstan-console.neon'
concurrency-group: phpstan-console-${{ github.workflow }}-${{ github.ref }}