We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff464b commit c2c51fcCopy full SHA for c2c51fc
1 file changed
.github/workflows/phpcs.yml
@@ -3,7 +3,7 @@ name: CI
3
on: [ push ]
4
5
jobs:
6
- phpcs-registrars:
+ phpcs:
7
runs-on: ubuntu-latest
8
defaults:
9
run:
@@ -23,7 +23,13 @@ jobs:
23
uses: php-actions/phpcs@v1
24
with:
25
php_version: 8.1
26
- path: "modules/registrars/realtimeregister"
+ path: modules/registrars/realtimeregister
27
ignore: modules/registrars/realtimeregister/vendor,modules/registrars/realtimeregister/lang
28
extensions: php
29
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