Add .gitea/workflows/ci.yaml
This commit is contained in:
12
.gitea/workflows/ci.yaml
Normal file
12
.gitea/workflows/ci.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: PR Check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
print-log:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Print something
|
||||
run: echo "Hello from Gitea Actions"
|
||||
Reference in New Issue
Block a user