task4 number4
Test CI/CD / test (push) Successful in 21s Details

This commit is contained in:
algenreyubang 2025-04-03 07:24:28 +08:00
parent 61d6c26291
commit 89619c1e80
2 changed files with 24 additions and 0 deletions

11
.gitea/workflows/test.yml Normal file
View File

@ -0,0 +1,11 @@
name: Test CI/CD
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest # Matches your runner's label
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Print a message
run: echo "Gitea CI/CD is working!"

13
.runner Normal file
View File

@ -0,0 +1,13 @@
{
"WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.",
"id": 2,
"uuid": "6218ab82-7d04-4f58-b545-c8399b7e98b1",
"name": "algenreyubanginternsqae",
"token": "d57a179bbd7a3f949dfd8c9c42b3569180c55a4f",
"address": "https://gitea.qoneqtor.com/",
"labels": [
"ubuntu-latest:docker://gitea/runner-images:ubuntu-latest",
"ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04",
"ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
]
}