update Makefile #2 #6

Merged
nicolas.boufideline merged 3 commits from #2 into main 2025-08-12 20:53:43 +00:00
2 changed files with 9 additions and 8 deletions
Showing only changes of commit bfbb2db60d - Show all commits

change version #2
All checks were successful
/ publish_password (pull_request) Successful in 6m20s
/ validate_password (pull_request) Successful in 6m20s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
GnomeZworc 2025-08-12 22:57:43 +02:00
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -1,7 +1,6 @@
on:
pull_request:
types: [closed]
push:
jobs:
publish_password:

View file

@ -1,16 +1,18 @@
on:
pull_request:
types: [opened, closed]
types: [opened, synchronize, closed]
jobs:
validate_password:
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
- name: "validate_password: Download packages"
run: apt-get update && apt-get install -y make
- name: "validate_password: Checkout repo"
uses: actions/checkout@v4
- name: "validate_password: Setup golang"
uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: ls -la
- run: make build_password
- name: "validate_password: build binary"
run: make build_password