tools/.forgejo/workflows/demo.yml
GnomeZworc b54a1c878a
Some checks failed
/ test (push) Failing after 6m11s
add first data action #1
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-08-09 12:24:44 +02:00

11 lines
240 B
YAML

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