ci: add ci for both Gitea and Github repos #4

Merged
jon merged 3 commits from gitea-github-ci into development 2025-07-01 17:28:14 +00:00
3 changed files with 34 additions and 0 deletions
Showing only changes of commit 3a1bf95099 - Show all commits

0
.gitea/.gitkeep Normal file
View File

View File

@ -0,0 +1,17 @@
---
name: Pull Requests
on:
pull_request: {}
jobs:
ci-test:
runs-on: ubuntu-latest
steps:
- name: Test
run: |
echo "gitea";

17
.github/workflows/pull_request.yaml vendored Normal file
View File

@ -0,0 +1,17 @@
---
name: Pull Requests
on:
pull_request: {}
jobs:
ci-test:
runs-on: ubuntu-latest
steps:
- name: Test
run: |
echo "github";