Skip to content

Commit

Permalink
Re-enabled linter during CI in libraries (#139)
Browse files Browse the repository at this point in the history
* Re-enabled linter during CI in libraries

* Updated CHANGELOG
  • Loading branch information
davidbyoung committed May 16, 2021
1 parent 98c1c4b commit 93df3f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
- name: Run Tests
run: composer phpunit
# TODO: The linter and code coverage must be re-enabled once PHP 8 is properly supported by those tools
#- name: Run Linter
# run: composer phpcs-test
- name: Run Linter
run: composer phpcs-test
- name: Upload Coverage Results To Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 93df3f9

Please sign in to comment.