Skip to content

Commit

Permalink
Remove the PHPCS check from the github worflow until we fix all the i…
Browse files Browse the repository at this point in the history
…ssues (#891)
  • Loading branch information
andergmartins authored Aug 6, 2024
1 parent aa0bb2f commit 846f671
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
- name: Run code checks inside dev-workspace
run: |
$GITHUB_WORKSPACE/dev-workspace/run composer check
$GITHUB_WORKSPACE/dev-workspace/run composer check:php
$GITHUB_WORKSPACE/dev-workspace/run composer check:lint
$GITHUB_WORKSPACE/dev-workspace/run composer check:longpath

0 comments on commit 846f671

Please sign in to comment.