Closed LinMAD closed 1 year ago
How can we reproduce this? Do you have a link to a GitHub actions run that shows this behaviour?
We are using https://github.com/dorny/paths-filter to drive what files are validated. I'm not sure if this actions has support for excluding files. We still want to validate all markdown files written by us, not only the ones in the docs/
directory. Here is a snippet of the current implementation:
A while back we also decided that we should stop vendoring dependencies to avoid these cases. Version locking should be enough.
The easiest fix here is to stop vendoring. You might also want to look into https://github.com/dorny/paths-filter or other similar actions to figure out if there is a way to exclude directories.
Hi @coopnorge/developer-productivity
in one of the legacy projects, techdocs workflows start catching the vendor folders for the linting and ofc its breaks. We cannot delete the vendor folder since it's cupeled with internal integration tests.
Workflow output:
Is there a way to configure folders for exclude?