Add .forgejo/workflows/test.yaml
Some checks failed
Setup Forgejo / setup-forgejo (push) Failing after 1m27s
Some checks failed
Setup Forgejo / setup-forgejo (push) Failing after 1m27s
This commit is contained in:
commit
c23b0704bb
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/test.yaml
Normal file
13
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Setup Forgejo
|
||||
on: [push]
|
||||
jobs:
|
||||
setup-forgejo:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- id: forgejo
|
||||
uses: actions/setup-forgejo@v1
|
||||
with:
|
||||
image-version: 1.20
|
||||
- run: |
|
||||
curl ${{ steps.forgejo.outputs.url }}/api/forgejo/v1/version | grep 1.20
|
Loading…
Reference in a new issue