pr-compliance-action
pr-compliance-action copied to clipboard
docs: Show examples for other languages
Is your feature request related to a problem? Please describe.
May be useful to show examples in the README of use of watched-files
for repo languages other than JS. Case in point, this Java project:
https://github.com/mufajjul/aml-mlflow-java-example/issues/2
The languages I could think of off-hand would be:
- [ ] Java,
pod.xml
? - [ ] Golang, e.g.
go.mod
,go.sum
- [ ] Python,
requirements.txt
Suggestions very welcome.
Describe the solution you'd like Would like to formulate a few samples and validate them with contributors. Given enough samples, may be better to make a folder of them and link from the README.
cc @bdougie @0-vortex @mufajjul
would go with python first, go modules have multiple rules, not sure about the java path but can investigate further