Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w committed Aug 30, 2024
2 parents d699800 + 62568cc commit 5dc5fdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

jobs:
code-style:
if: github.event.pull_request.draft == false

runs-on: ubuntu-latest
permissions:
Expand All @@ -32,7 +33,7 @@ jobs:
COMPOSER: composer.json
run: composer install --prefer-dist --no-progress

# run php-cs-fixer, fix code styles
# run php-cs-fixer
- name: Run PHP CS Fixer
run: composer cs-fix

Expand Down

0 comments on commit 5dc5fdc

Please sign in to comment.