We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ae7e9 commit ba4ea77Copy full SHA for ba4ea77
1 file changed
.github/workflows/linting-php.yml
@@ -0,0 +1,13 @@
1
+---
2
+name: Linting PHP
3
+
4
+on:
5
+ - push
6
+ - pull_request
7
8
+jobs:
9
+ lint-php:
10
+ runs-on: ubuntu-20.04
11
+ steps:
12
+ - uses: actions/checkout@v3
13
+ - uses: pipeline-components/php-linter@master
0 commit comments