Skip to content

Commit

Permalink
Fixed CS job
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Jan 28, 2022
1 parent 3827627 commit fb31b4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
- name: Run test suite
run: composer run-script --timeout=600 test

cs_fix:
cs-fix:
name: Run code style check
runs-on: "ubuntu-20.04"
strategy:
matrix:
php:
- "7.4"
- '8.0'
steps:
- uses: actions/checkout@v2

Expand All @@ -59,6 +59,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: none
extensions: 'pdo_sqlite, gd'
tools: cs2pr

- uses: "ramsey/composer-install@v1"
Expand Down
1 change: 0 additions & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<?php
/**
* @copyright Copyright (C) Ibexa AS. All rights reserved.
Expand Down

0 comments on commit fb31b4c

Please sign in to comment.