Skip to content

Commit 1e673d1

Browse files
committed
add placeholders for scripts
Signed-off-by: Jakub Jarosz <[email protected]>
1 parent a1b33ee commit 1e673d1

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/scripts/codeql.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
set -eo pipefail

.github/scripts/govulncheck.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
set -eo pipefail

.github/scripts/mend.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
set -eo pipefail

0 commit comments

Comments
 (0)