Skip to content

Commit ba4ea77

Browse files
committed
Add php linter
1 parent d5ae7e9 commit ba4ea77

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/linting-php.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)