Skip to content

Commit 6e1a70f

Browse files
committed
chore: remove setup problem matchers from workflow files
1 parent b37e7c5 commit 6e1a70f

File tree

6 files changed

+0
-31
lines changed

6 files changed

+0
-31
lines changed

.github/workflows/build-phar-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
coverage: none
3737
tools: composer, box
3838

39-
- name: 🛠️ Setup problem matchers
40-
run: |
41-
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
42-
4339
- name: 🤖 Validate composer.json and composer.lock
4440
run: composer validate --ansi --strict
4541

.github/workflows/coding-standards.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ jobs:
9292
# - name: 📦 Check out the codebase
9393
# uses: actions/checkout@v5
9494
#
95-
# - name: 🛠️ Setup problem matchers
96-
# run: |
97-
# echo "::add-matcher::${{ runner.tool_cache }}/php.json"
98-
#
9995
# - name: 🤖 Validate composer.json and composer.lock
10096
# run: composer validate --ansi --strict
10197
#

.github/workflows/refactoring.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
ini-values: error_reporting=E_ALL
4242
coverage: none
4343

44-
- name: 🛠️ Setup problem matchers
45-
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
46-
4744
- name: 🤖 Validate composer.json and composer.lock
4845
run: composer validate --ansi --strict
4946

.github/workflows/security.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
ini-values: error_reporting=E_ALL
3434
coverage: none
3535

36-
- name: 🛠️ Setup problem matchers
37-
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
38-
3936
- name: 🤖 Validate composer.json and composer.lock
4037
run: composer validate --ansi --strict
4138

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
ini-values: error_reporting=E_ALL
4646
coverage: none
4747

48-
- name: 🛠️ Setup problem matchers
49-
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
50-
5148
- name: 🤖 Validate composer.json and composer.lock
5249
run: composer validate --ansi --strict
5350

.github/workflows/testing.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ jobs:
4343
php-version: ${{ matrix.php-version }}
4444
ini-values: error_reporting=E_ALL
4545

46-
- name: 🛠️ Setup problem matchers
47-
run: |
48-
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
49-
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
50-
5146
- name: 🤖 Validate composer.json and composer.lock
5247
run: composer validate --ansi --strict
5348

@@ -85,11 +80,6 @@ jobs:
8580
ini-values: error_reporting=E_ALL
8681
coverage: xdebug
8782

88-
- name: 🛠️ Setup problem matchers
89-
run: |
90-
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
91-
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
92-
9383
- name: 🤖 Validate composer.json and composer.lock
9484
run: composer validate --ansi --strict
9585

@@ -140,10 +130,6 @@ jobs:
140130
tools: composer, box
141131
coverage: none
142132

143-
- name: 🛠️ Setup problem matchers
144-
run: |
145-
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
146-
147133
- name: 📥 Install dependencies with composer
148134
uses: ramsey/composer-install@v3
149135
with:

0 commit comments

Comments
 (0)