Skip to content

Commit

Permalink
version bump 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Mar 8, 2024
1 parent 686a422 commit 3882002
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Approvals.bash - Bash Interactive Approval Testing

![Version](https://img.shields.io/badge/version-0.5.0-blue.svg)
![Version](https://img.shields.io/badge/version-0.5.1-blue.svg)
[![Build Status](https://github.com/DannyBen/approvals.bash/workflows/Test/badge.svg)](https://github.com/DannyBen/approvals.bash/actions?query=workflow%3ATest)

---
Expand Down
2 changes: 1 addition & 1 deletion approvals.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# approvals.bash v0.5.0
# approvals.bash v0.5.1
#
# Interactive approval testing for Bash.
# https://github.com/DannyBen/approvals.bash
Expand Down
7 changes: 5 additions & 2 deletions op.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
test: test/approve
#? run approval tests

shellcheck: shellcheck -x test/approve approvals.bash && echo "PASS"
shellcheck: shellcheck -x test/approve approvals.bash && green "PASS"
#? run shellcheck tests

shfmt: shfmt -d -i 2 -ci approvals.bash && echo "PASS"
shfmt: shfmt -d -i 2 -ci approvals.bash && green "PASS"
#? run shfmt tests

spell: codespell && green "PASS"
#? run spell checker

0 comments on commit 3882002

Please sign in to comment.