change version #2
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
f9ce04a257
commit
bfbb2db60d
2 changed files with 9 additions and 8 deletions
|
|
@ -1,7 +1,6 @@
|
|||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
push:
|
||||
|
||||
jobs:
|
||||
publish_password:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue