File tree Expand file tree Collapse file tree 5 files changed +25
-8
lines changed Expand file tree Collapse file tree 5 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 11name : " Code Coverage"
22
33on :
4- - push
5- - pull_request
4+ push :
5+ branches :
6+ - master
7+ pull_request :
8+ branches :
9+ - master
610
711env :
812 COMPOSER_FLAGS : " --ansi --no-interaction --no-progress --prefer-dist"
Original file line number Diff line number Diff line change 11name : " PHP Lint"
22
33on :
4- - push
5- - pull_request
4+ push :
5+ branches :
6+ - master
7+ pull_request :
8+ branches :
9+ - master
610
711jobs :
812 tests :
Original file line number Diff line number Diff line change 11name : " PHPStan"
22
33on :
4- - push
5- - pull_request
4+ push :
5+ branches :
6+ - master
7+ pull_request :
8+ branches :
9+ - master
610
711env :
812 COMPOSER_FLAGS : " --ansi --no-interaction --no-progress --prefer-dist"
Original file line number Diff line number Diff line change 11name : " Style Check"
22
33on :
4- - push
5- - pull_request
4+ push :
5+ branches :
6+ - master
7+ pull_request :
8+ branches :
9+ - master
610
711env :
812 COMPOSER_FLAGS : " --ansi --no-interaction --no-progress --prefer-dist"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99### Fixed
1010- only check minProperties or maxProperties on objects ([ #802 ] ( https://github.com/jsonrainbow/json-schema/pull/802 ) )
1111- replace filter_var for uri and uri-reference to userland code to be RFC 3986 compliant ([ #800 ] ( https://github.com/jsonrainbow/json-schema/pull/800 ) )
12+ - avoid duplicate workflow runs ([ #804 ] ( https://github.com/jsonrainbow/json-schema/pull/804 ) )
1213
1314## Changed
1415- replace icecave/parity with custom deep comparator ([ #803 ] ( https://github.com/jsonrainbow/json-schema/pull/803 ) )
You can’t perform that action at this time.
0 commit comments