Skip to content

fix(ci): Simplify Docker workflow by removing unnecessary steps and adding healthcheck configuration. #1018

fix(ci): Simplify Docker workflow by removing unnecessary steps and adding healthcheck configuration.

fix(ci): Simplify Docker workflow by removing unnecessary steps and adding healthcheck configuration. #1018

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: static analysis
jobs:
phpstan:
uses: php-forge/actions/.github/workflows/phpstan.yml@main
secrets:
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
with:
hook: vendor/bin/codecept build