Skip to content

Commit

Permalink
Merge pull request #153 from odolbeau/update-github-action
Browse files Browse the repository at this point in the history
Update image used in github actions
  • Loading branch information
Olivier Dolbeau committed Apr 5, 2020
2 parents becff8a + 916f20a commit 8009cb4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/static.yml
Expand Up @@ -4,6 +4,7 @@ name: Static analysis

jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -13,10 +14,11 @@ jobs:
args: php-cs-fixer fix --dry-run --diff-format udiff -vvv

phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHPStan
uses: docker://oskarstark/phpstan-ga
uses: docker://jakzal/phpqa:php7.3-alpine
with:
args: analyze --no-progress
args: phpstan analyze --no-progress

0 comments on commit 8009cb4

Please sign in to comment.