github-actions
released this
10 Oct 07:28
·
3 commits
to main
since this release
Patch Changes
- fix(glob-matching): add implicit
**/*
to path patterns that do not have an extension or wildcard in their last segment, egsrc
becomessrc/**/*
for matching. (#200)