Skip to content

Commit

Permalink
Add new empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed May 6, 2023
1 parent 93d7aa9 commit b544b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./tests/_output/coverage-*.xml
file: ./tests/_output/coverage-*.xml
2 changes: 1 addition & 1 deletion .github/workflows/validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:

- name: Run PHPStan
if: always()
run: vendor/bin/phpstan analyse -l 5 src
run: vendor/bin/phpstan analyse -l 5 src

0 comments on commit b544b10

Please sign in to comment.