Skip to content

Commit 913434a

Browse files
committed
Merge branch 'REL1_45' of https://github.com/test-wiki/mediawiki into REL1_45
2 parents e62af28 + b6a5d47 commit 913434a

2 files changed

Lines changed: 6 additions & 35 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,15 @@ jobs:
66
php-lint:
77
name: "PHPLint v9"
88

9-
runs-on: "${{ matrix.operating-system }}"
10-
11-
strategy:
12-
fail-fast: false
13-
14-
matrix:
15-
operating-system:
16-
- "ubuntu-24.04"
17-
- "ubuntu-22.04"
18-
19-
php-version:
20-
- "8.3"
9+
runs-on: ubuntu-latest
2110

2211
steps:
2312
- name: Checkout
2413
uses: actions/checkout@v4
2514

26-
- name: Setup PHP runtime
27-
uses: shivammathur/setup-php@v2
28-
with:
29-
php-version: "${{ matrix.php-version }}"
30-
coverage: "none"
15+
- name: Lint PHP files
3116

32-
- name: Run tests
33-
run: |
34-
curl -Ls https://github.com/overtrue/phplint/releases/latest/download/phplint.phar -o /usr/local/bin/phplint
35-
chmod +x /usr/local/bin/phplint
36-
/usr/local/bin/phplint --no-cache --no-progress -v
17+
uses: overtrue/phplint@main
18+
with:
19+
path: .
20+
options: --exclude=vendor

phplint.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)