opensearch-project / opensearch-project/opensearch-plugin-template-java
[BUG] CI should validate built plugin file structure
Open
@lukas-vlcek is already working on this.
Since Dec 30, 2021.
bug
- Dominant language
- Java
- Stars
- 33
- Forks
- 32
- Avg merge
- 2h 19m
- Merged PRs (30d)
- 3
Description
What is the bug?
If the file structure is incorrect (missing License for example) the CI passes.
How can one reproduce the bug?
Steps to reproduce the behavior:
- Remove file extention of License
- Build project
- File is missing from folder
- Commit changes in new branch and see that CI passes.
What is the expected behavior?
CI validates files in plugin. Fails on any missing files.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.