-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marco Cesarato
committed
Feb 10, 2021
1 parent
dc93131
commit 8182abc
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Linter | ||
name: Code Checker | ||
|
||
on: | ||
push: | ||
|
@@ -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 |