Skip to content

Commit

Permalink
Use the new check.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Dec 13, 2024
1 parent a366163 commit fd3b5af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
name: Check code

on:
push:
branches: ['main', '*.*.x']
pull_request: ~

jobs:
composer:
uses: typhoon-php/.github/.github/workflows/composer.yml@main
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 }}
check:
uses: typhoon-php/.github/.github/workflows/check.yml@main
secrets: inherit
15 changes: 0 additions & 15 deletions .github/workflows/sync-repo-description.yml

This file was deleted.

0 comments on commit fd3b5af

Please sign in to comment.