We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffff36 commit d7f86ebCopy full SHA for d7f86eb
.github/workflows/ci.yml
@@ -10,18 +10,11 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: php-actions/composer@v6
12
13
- - name: Set up PHP
14
- run: sudo apt-get update && sudo apt-get install -y php-sockets
15
-
16
- name: Phpstan
17
- uses: php-actions/phpstan@v3
18
- with:
19
- path: src/
+ run: composer run phpstan
20
21
- name: Psalm
22
- uses: docker://ghcr.io/psalm/psalm-github-actions
23
24
- name: PHPUnit tests
25
- uses: graychen/[email protected]
26
27
- config: phpunit.xml
+ run: composer run phpunit
0 commit comments