Fix return method type #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
types: [opened,edited,reopened] | |
jobs: | |
autoclose: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Close Pull Request | |
uses: peter-evans/close-pull@v1 | |
with: | |
comment: | | |
Thanks for your pull request! We love contributions. | |
However, this repository is what we call a "subtree split": a read-only copy of one directory of the main repository. It is used by Composer to allow developers to depend on specific bundles. | |
If you want to contribute, you should instead open a pull request on the main repository: | |
https://github.com/Novactive/Nova-eZPlatform-Bundles | |
Thank you for your contribution! | |
PS: if you haven't already, please add tests. |