mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-06-28 03:13:43 +00:00
GPG signing logic
This commit is contained in:
parent
358b55efd4
commit
f886973249
6 changed files with 281 additions and 20 deletions
10
.forgejo/workflows/tests.yml
Normal file
10
.forgejo/workflows/tests.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
on: [ push ]
|
||||
jobs:
|
||||
integration:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Unit tests of the supporting script forgejo-release.sh
|
||||
run: |
|
||||
testdata/forgejo-release-test.sh test_maybe_sign_release
|
Loading…
Add table
Add a link
Reference in a new issue