We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5104050 commit 1466e52Copy full SHA for 1466e52
.github/workflows/static-analysis.yml
@@ -12,30 +12,4 @@ permissions:
12
13
jobs:
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
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
+ uses: laravel/.github/.github/workflows/static-analysis.yml@main
0 commit comments