Skip to content

Commit 76558e3

Browse files
committed
ci: add lint code
1 parent 205cdaf commit 76558e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,10 @@ jobs:
2929
- name: Run Acceptance test
3030
run: vendor/bin/phpunit --testsuite Acceptance
3131

32+
lint:
33+
name: Lint code
34+
runs-on: ubuntu-latest
35+
36+
steps:
3237
- name: Easy Coding Standard Action
3338
uses: zingimmick/ecs-action@0.0.4

0 commit comments

Comments
 (0)