add first data action #1
Some checks failed
/ test (push) Failing after 6m11s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-08-09 12:24:44 +02:00
commit b54a1c878a
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -2,7 +2,10 @@ on: [push]
jobs:
test:
runs-on: docker
container:
image: golang:1.21-alpine
steps:
- run: echo All good!
- run: apk update && apk add --no-cache make git
- uses: actions/checkout@v4
- run: ls -la