Skip to content

Commit

Permalink
Show issues if any found during commit hook execution
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
  • Loading branch information
Sieg committed Aug 23, 2024
1 parent 91c2bcb commit 84161d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/commit-hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker compose exec --workdir /var/www/vendor/oxid-esales/module-template php composer static
docker compose exec -T --workdir /var/www/vendor/oxid-esales/module-template php composer static
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Example with extending of current admin template
- ``oxNew`` model object factory example in Greeting namespace infrastructure

### Fixed
- "the input device is not a TTY" error message during github hook if problems found

## [v3.0.0] - 2024-06-27

This is the stable release for v3.0.0. No changes have been made since v3.0.0-rc.1.
Expand Down

0 comments on commit 84161d8

Please sign in to comment.