Skip to content

Commit

Permalink
make entrypoint executable
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Jun 30, 2024
1 parent 05dd24f commit 4bc1ac5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/sh
set -ex

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

clu lint | reviewdog -efm="%f:%l: %m" \
Expand Down

0 comments on commit 4bc1ac5

Please sign in to comment.