Skip to content

Commit bbf3842

Browse files
authored
Create entrypoint.sh
1 parent b60086c commit bbf3842

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

entrypoint.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
set -e
3+
4+
echo "#################################################"
5+
echo "Starting GitHub Action for Flake8"
6+
7+
sh -c "$*"
8+
9+
echo "#################################################"
10+
echo "Completed GitHub Action for Flake8"

0 commit comments

Comments
 (0)