tools/.forgejo/workflows/demo.yml
GnomeZworc 0643a330e8
All checks were successful
/ test (push) Successful in 6m47s
fix missing version #1
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-08-10 13:22:54 +02:00

13 lines
303 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!
- run: apt-get update && apt-get install -y make
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: ls -la
- run: make build_password