Skip to content

Commit

Permalink
Remove unused version function in script.sh (#104)
Browse files Browse the repository at this point in the history
version function is not used since 06c2574
  • Loading branch information
toy committed May 6, 2024
1 parent 708a61f commit 8d644c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions script.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/bin/sh -e
version() {
if [ -n "$1" ]; then
echo "-v $1"
fi
}

cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit
export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
Expand Down

0 comments on commit 8d644c0

Please sign in to comment.