Skip to content

Commit

Permalink
Integrated GitHub Action to run PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaene committed Oct 29, 2020
1 parent d79af14 commit 7e3b0f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,17 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: Install Composer dependencies
uses: litusproject/composer-install-action@main

- name: Run PHP_CodeSniffer
if: ${{ always() }}
uses: litusproject/php-codesniffer-action@main

- name: Run PHPStan
if: ${{ always() }}
uses: litusproject/phpstan-action@main

test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7e3b0f0

Please sign in to comment.