tools/.forgejo/workflows/demo.yml
GnomeZworc 3825afae44
Some checks failed
/ test (push) Failing after 6m54s
add setupgo and build #1
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-08-10 13:18:51 +02:00

11 lines
260 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
- run: ls -la
- run: make build_password