Skip to content

Commit

Permalink
Merge branch '1.0' into 1
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Mar 8, 2023
2 parents 244fdce + 284f143 commit 9df9568
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,6 @@ runs:
echo "Running PHPStan"
vendor/bin/phpstan analyse
fi
# cow validation is also done here due to it being a tiny piece of work not meriting its own step
if [[ -f .cow.json ]]; then
echo "Running cow schema validate"
vendor/bin/cow schema:validate
fi
echo "Passed"
- name: "Run PHP coverage"
Expand Down

0 comments on commit 9df9568

Please sign in to comment.