Compare commits
2 commits
3fa91f30d1
...
8fd83a9a1f
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fd83a9a1f | |||
|
9f0c003200 |
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/demo.yml
Normal file
13
.forgejo/workflows/demo.yml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue