Skip to content

Fix infection $schema #16

Fix infection $schema

Fix infection $schema #16

Workflow file for this run

name: Check code
on:
push:
branches: ['main', '*.*.x']
pull_request: ~
jobs:
composer:
uses: typhoon-php/.github/.github/workflows/composer.yml@main

Check failure on line 10 in .github/workflows/check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check.yml

Invalid workflow file

error parsing called workflow ".github/workflows/check.yml" -> "typhoon-php/.github/.github/workflows/composer.yml@main" : failed to fetch workflow: workflow was not found.
php-cs-fixer:
uses: typhoon-php/.github/.github/workflows/php-cs-fixer.yml@main
psalm:
uses: typhoon-php/.github/.github/workflows/psalm.yml@main
phpunit:
uses: typhoon-php/.github/.github/workflows/phpunit.yml@main
# secrets:
# codecov-token: ${{ secrets.CODECOV_TOKEN }}
infection:
uses: typhoon-php/.github/.github/workflows/infection.yml@main
# secrets:
# stryker-api-key: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}