inital test commit
Run script on commit / run-bash (push) Failing after 2m29s

This commit is contained in:
Romane
2026-05-01 19:55:14 +02:00
commit cbd8e01b91
4 changed files with 38 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
set -e
apt install -y golang
go run main.go
echo "Done running!"