Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alissa-tung committed Feb 23, 2024
1 parent 22b330d commit 28d6adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions prerelease.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# shellcheck disable=all
if [ $# != 1 ]; then
echo Usage: ./prerelease.sh 1.2.3
exit 1
Expand Down
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# shellcheck disable=all
if [ $# != 1 ]; then
echo Usage: ./release.sh 1.2.3
exit 1
Expand Down

0 comments on commit 28d6adc

Please sign in to comment.