Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Aug 5, 2021
1 parent 9fd4683 commit 5973663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
composer validate
composer normalize --dry-run --indent-size=4 --indent-style=space --no-update-lock --no-check-lock
- name: Lint (Codestyle)
run: composer vendor/bin/php-cs-fixer fix --config=.php_cs --show-progress=dots --ansi -v --dry-run
run: vendor/bin/php-cs-fixer fix --config=.php_cs --show-progress=dots --ansi -v --dry-run
# - name: Static Analysis
# run: composer analyze -- --error-format=github

Expand All @@ -66,4 +66,4 @@ jobs:
- name: Unpackage Artifacts
run: tar -xvf vendor.tar
- name: Test
run: composer vendor/bin/pest --configuration=./phpunit.xml --testsuite=all --color=always
run: vendor/bin/pest --configuration=./phpunit.xml --testsuite=all --color=always

0 comments on commit 5973663

Please sign in to comment.