Skip to content

Commit

Permalink
chore(ci): change php linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Cesarato committed Feb 10, 2021
1 parent dc93131 commit 8182abc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linter
name: Code Checker

on:
push:
Expand Down Expand Up @@ -34,6 +34,9 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest

- name: PHP Lint
uses: michaelw90/[email protected]
uses: davidlienhard/php-simple-lint@1
with:
folder: './'
ignore: './vendor/\*'

- uses: symfonycorp/security-checker-action@v2

0 comments on commit 8182abc

Please sign in to comment.