ci: add ci for both Gitea and Github repos #4
0
.gitea/.gitkeep
Normal file
0
.gitea/.gitkeep
Normal file
17
.gitea/workflows/pull_request.yaml
Normal file
17
.gitea/workflows/pull_request.yaml
Normal 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
17
.github/workflows/pull_request.yaml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
name: Pull Requests
|
||||||
|
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request: {}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
ci-test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
echo "github";
|
Reference in New Issue
Block a user