tools/.forgejo/workflows/publish.yml
GnomeZworc 3e6f106e81
All checks were successful
/ publish (push) Successful in 6m31s
/ test (pull_request) Successful in 6m8s
add new CI files #2
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-08-10 14:07:06 +02:00

18 lines
379 B
YAML

on:
pull_request:
types: [closed]
push:
jobs:
publish:
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
- run: make publish_password