Skip to content

Commit

Permalink
Merge branch 'development' into #2272-fix-bool-return-type-stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Oct 5, 2021
2 parents 535f671 + 5f93497 commit 8f29ded
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- '**.md'
- '**.txt'
- './.github/workflows/nightly.yml'
- '**/nightly.yml'
pull_request:
branches:
- master
Expand Down Expand Up @@ -40,12 +40,10 @@ jobs:
phpcs --version
phpcs --runtime-set ignore_warnings_on_exit true
# @TODO: Apply fix from `feature/win-unix-builds
- name: Run PHP CS Fixer
if: always()
run: |
php-cs-fixer --version
php-cs-fixer fix --diff --dry-run -v --using-cache=no || true
php-cs-fixer fix --diff --dry-run -v --using-cache=no
- name: Run Shell Check
if: always()
Expand Down

0 comments on commit 8f29ded

Please sign in to comment.