Skip to content

TASK: Add icon file #36

TASK: Add icon file

TASK: Add icon file #36

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@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
coverage: none
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# see https://github.com/ramsey/composer-install
- uses: "ramsey/composer-install@v2"
- run: composer analyze