add first CI #1 #5

Merged
nicolas.boufideline merged 1 commit from #1 into main 2025-08-10 11:47:17 +00:00

View file

@ -0,0 +1,13 @@
on: [push]
jobs:
release:
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