Skip to content

Commit 98c21b5

Browse files
committed
Remove PHPCS workflow
It should not have been introduced, as there were no PHP files to check inside lib.
1 parent cf0d8dc commit 98c21b5

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,6 @@ on:
1111
- cron: "0 17 * * *"
1212

1313
jobs:
14-
coding-standards:
15-
name: "Coding Standards"
16-
17-
runs-on: "ubuntu-22.04"
18-
19-
strategy:
20-
matrix:
21-
php-version:
22-
- "7.4"
23-
24-
steps:
25-
- name: "Checkout"
26-
uses: "actions/checkout@v5"
27-
28-
- name: "Install PHP"
29-
uses: "shivammathur/setup-php@v2"
30-
with:
31-
coverage: "none"
32-
php-version: "${{ matrix.php-version }}"
33-
34-
- name: "Cache dependencies installed with composer"
35-
uses: "actions/cache@v4"
36-
with:
37-
path: "~/.composer/cache"
38-
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.json') }}"
39-
restore-keys: "php-${{ matrix.php-version }}-composer-"
40-
41-
- name: "Install dependencies with composer"
42-
run: "composer update --no-interaction --no-progress --no-suggest"
43-
44-
- name: "Run squizlabs/php_codesniffer"
45-
run: "vendor/bin/phpcs"
46-
4714
validate-against-schema:
4815
name: "Validate against schema"
4916

0 commit comments

Comments
 (0)