Skip to content

Commit c2c51fc

Browse files
committed
Remove phpcs for dns addon^2
1 parent 9ff464b commit c2c51fc

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/phpcs.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [ push ]
44

55
jobs:
6-
phpcs-registrars:
6+
phpcs:
77
runs-on: ubuntu-latest
88
defaults:
99
run:
@@ -23,7 +23,13 @@ jobs:
2323
uses: php-actions/phpcs@v1
2424
with:
2525
php_version: 8.1
26-
path: "modules/registrars/realtimeregister"
26+
path: modules/registrars/realtimeregister
2727
ignore: modules/registrars/realtimeregister/vendor,modules/registrars/realtimeregister/lang
2828
extensions: php
2929
standard: PSR12
30+
31+
# - name: PHP Compatibility
32+
# uses: pantheon-systems/phpcompatibility-action@v1
33+
# with:
34+
# test-versions: 7.4-
35+
## paths: ${{ github.workspace }}/src

0 commit comments

Comments
 (0)