Skip to content

Commit f084f54

Browse files
carlbennettclaude
andcommitted
Run linter before tests in ci-cd workflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0ec1417 commit f084f54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: bash -c 'set -e;for file in $(find ./src ./tests -type f -regex ".*\.\(php\|phtml\)" -print); do php -e -l -f "$file"; done'
5050

5151
tests:
52+
needs: [linter]
5253
runs-on: ubuntu-latest
5354
steps:
5455
- name: Checkout

0 commit comments

Comments
 (0)