Skip to content

Commit

Permalink
Remove PHPCS config
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan committed May 21, 2024
1 parent 6cb7adc commit 8222cd5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
composer install --prefer-dist --no-suggest --no-progress --no-ansi --no-interaction
echo "${PWD}/mu-plugins/vendor/bin" >> $GITHUB_PATH
- name: Run PHPCS on changed files
run: |
touch $GITHUB_WORKSPACE/tmp.php
export CHANGED_FILES=$(git diff --name-only --diff-filter=AM remotes/origin/${{ github.base_ref }} | tr '\n' ' ')
phpcs -q -n --report=checkstyle $GITHUB_WORKSPACE/tmp.php $(echo $CHANGED_FILES) | cs2pr
phpunit:
name: PHP Unit Tests

Expand Down

0 comments on commit 8222cd5

Please sign in to comment.