chore: make Gitea the primary remote, GitHub as mirror (#2)
Some checks failed
CI / Build and Test (push) Has been cancelled

This commit was merged in pull request #2.
This commit is contained in:
2026-02-20 18:25:39 +00:00
parent e63ebd1401
commit 47dcab8fea
6 changed files with 14 additions and 42 deletions

26
.gitea/workflows/ci.yml Normal file
View File

@@ -0,0 +1,26 @@
name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.25.4'
cache: true
- name: Run CI checks
run: bash ./ci-check.sh