chore: migrate to gitea
Some checks failed
golangci-lint / lint (push) Failing after 2m21s
Test / test (push) Successful in 3m47s

This commit is contained in:
2026-01-25 21:50:03 +01:00
parent 28a6cd4ec6
commit 58535a07ff
3 changed files with 0 additions and 0 deletions

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

@@ -0,0 +1,24 @@
name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y make
- name: Run make check-all
run: make test