jbergstroem / hadolint-gh-action

A hadolint linter for github actions that provides code annotations (and more)
MIT License
12 stars 5 forks source link

chore(deps): bash_unit v2.2.0 #149

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

This PR contains the following updates:

Package Update Change
pgrange/bash_unit minor 2.1.0 -> 2.2.0

Release Notes

pgrange/bash_unit (pgrange/bash_unit) ### [`v2.2.0`](https://togithub.com/pgrange/bash_unit/releases/tag/v2.2.0) [Compare Source](https://togithub.com/pgrange/bash_unit/compare/v2.1.0...v2.2.0) Thanks to [@​schmidtandreas](https://togithub.com/schmidtandreas), one can now [skip some tests](https://togithub.com/pgrange/bash_unit/blob/master/README.adoc#skip_if-function) if a given condition holds true. Thanks to [@​mdeweerd](https://togithub.com/mdeweerd), huge quality cleanups in the code and some fixes on the way. Also, one can now use bash_unit as a [pre-commit hook](https://togithub.com/pgrange/bash_unit/blob/master/README.adoc#pre-commit-hook). Thanks to [@​kingarrrt](https://togithub.com/kingarrrt), some bug fixes.