Skip to content

Merge pull request #46 from sabbelasichon/dependabot/github_actions/a… #86

Merge pull request #46 from sabbelasichon/dependabot/github_actions/a…

Merge pull request #46 from sabbelasichon/dependabot/github_actions/a… #86

Workflow file for this run

name: PHPStan
on:
pull_request: null
push:
branches:
- main
env:
# see https://github.com/composer/composer/issues/9368#issuecomment-718112361
COMPOSER_ROOT_VERSION: "dev-main"
jobs:
rector:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
coverage: none
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# see https://github.com/ramsey/composer-install
- uses: "ramsey/composer-install@v2"
- run: composer analyze