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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [closed]
|
types: [closed]
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish_password:
|
publish_password:
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,18 @@
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, closed]
|
types: [opened, synchronize, closed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate_password:
|
validate_password:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All good!
|
- name: "validate_password: Download packages"
|
||||||
- run: apt-get update && apt-get install -y make
|
run: apt-get update && apt-get install -y make
|
||||||
- uses: actions/checkout@v4
|
- name: "validate_password: Checkout repo"
|
||||||
- uses: actions/setup-go@v5
|
uses: actions/checkout@v4
|
||||||
|
- name: "validate_password: Setup golang"
|
||||||
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.21"
|
go-version: "1.21"
|
||||||
- run: ls -la
|
- name: "validate_password: build binary"
|
||||||
- run: make build_password
|
run: make build_password
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue