File tree Expand file tree Collapse file tree 1 file changed +2
-29
lines changed Expand file tree Collapse file tree 1 file changed +2
-29
lines changed Original file line number Diff line number Diff line change 10
10
- cron : ' 0 0 * * *'
11
11
12
12
jobs :
13
- src :
14
- runs-on : ubuntu-22.04
15
-
16
- strategy :
17
- fail-fast : true
18
-
19
- name : Source Code
20
-
21
- steps :
22
- - name : Checkout code
23
- uses : actions/checkout@v4
24
-
25
- - name : Setup PHP
26
- uses : shivammathur/setup-php@v2
27
- with :
28
- php-version : 8.0
29
- tools : composer:v2
30
- coverage : none
31
-
32
- - name : Setup Problem Matches
33
- run : |
34
- echo "::add-matcher::${{ runner.tool_cache }}/php.json"
35
- echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
36
-
37
- - name : Install PHP dependencies
38
- run : composer update --prefer-stable --no-interaction --no-progress
39
-
40
- - name : Execute tests
41
- run : vendor/bin/phpstan
13
+ tests :
14
+ uses : laravel/.github/.github/workflows/static-analysis.yml@main
You can’t perform that action at this time.
0 commit comments