Releases: bbugh/action-fixme-check
Releases · bbugh/action-fixme-check
v1.1.0
- Make the search sensitivity configurable (#4)
- Case is sensitive by default, use
case-sensitive: false
to make it insensitive
- Case is sensitive by default, use
- Make terms configurable (#3)
- term is
FIXME
by default, useterms: 'A|B|C'
to override.
- term is
Thanks to @zaherg for the PRs and @tillkruss for the review.
Initial release
Find and fail (with annotations) any FIXME: in your code.