Skip to content

Commit fd3b5af

Browse files
committed
Use the new check.yml workflow
1 parent a366163 commit fd3b5af

File tree

2 files changed

+3
-31
lines changed

2 files changed

+3
-31
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
1-
name: Check code
2-
31
on:
42
push:
53
branches: ['main', '*.*.x']
64
pull_request: ~
75

86
jobs:
9-
composer:
10-
uses: typhoon-php/.github/.github/workflows/composer.yml@main
11-
php-cs-fixer:
12-
uses: typhoon-php/.github/.github/workflows/php-cs-fixer.yml@main
13-
psalm:
14-
uses: typhoon-php/.github/.github/workflows/psalm.yml@main
15-
phpunit:
16-
uses: typhoon-php/.github/.github/workflows/phpunit.yml@main
17-
# secrets:
18-
# codecov-token: ${{ secrets.CODECOV_TOKEN }}
19-
infection:
20-
uses: typhoon-php/.github/.github/workflows/infection.yml@main
21-
# secrets:
22-
# stryker-api-key: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
7+
check:
8+
uses: typhoon-php/.github/.github/workflows/check.yml@main
9+
secrets: inherit

.github/workflows/sync-repo-description.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)