Skip to content

Commit

Permalink
Fix CI to match php-cs-fixer project version
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed Nov 6, 2019
1 parent 019eca1 commit fa3d5d5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/CI.yml
Expand Up @@ -4,12 +4,17 @@ jobs:
cs-check:
runs-on: ubuntu-latest
steps:
- name: 'checkout'
- name: checkout
uses: actions/checkout@master
- name: 'php-cs-fixer check'
uses: docker://oskarstark/php-cs-fixer-ga
- name: setup
uses: shivammathur/setup-php@master
with:
args: '--dry-run --diff'
php-version: 7.2
extension-csv: mbstring, fileinfo, json, intl, dom
- name: install
run: composer install
- name: 'php-cs-fixer check'
run: 'vendor/bin/php-cs-fixer --dry-run --diff'
tests:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit fa3d5d5

Please sign in to comment.