Commit 60a3a4a 1 parent 0f627d4 commit 60a3a4a Copy full SHA for 60a3a4a
File tree 1 file changed +1
-27
lines changed
1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change @@ -12,30 +12,4 @@ permissions:
12
12
13
13
jobs :
14
14
tests :
15
- runs-on : ubuntu-22.04
16
-
17
- strategy :
18
- fail-fast : true
19
-
20
- name : Static Analysis
21
-
22
- steps :
23
- - name : Checkout code
24
- uses : actions/checkout@v4
25
-
26
- - name : Setup PHP
27
- uses : shivammathur/setup-php@v2
28
- with :
29
- php-version : 8.2
30
- tools : composer:v2
31
- coverage : none
32
-
33
- - name : Install dependencies
34
- uses : nick-fields/retry@v2
35
- with :
36
- timeout_minutes : 5
37
- max_attempts : 5
38
- command : composer update --prefer-stable --prefer-dist --no-interaction --no-progress
39
-
40
- - name : Execute type checking
41
- run : vendor/bin/phpstan
15
+ uses : laravel/.github/.github/workflows/static-analysis.yml@main
You can’t perform that action at this time.
0 commit comments