Add test Forgejo Actions workflow
This commit is contained in:
parent
83b4b7973b
commit
95e0002e45
|
|
@ -0,0 +1,16 @@
|
||||||
|
name: Test CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Echo Test
|
||||||
|
run: echo "Forgejo Actions is working"
|
||||||
Loading…
Reference in New Issue