Skip to content

Commit 9f0e40a

Browse files
committed
wip
1 parent b11aed7 commit 9f0e40a

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,5 @@ on:
1010
- cron: '0 0 * * *'
1111

1212
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

0 commit comments

Comments
 (0)