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

View File

@@ -0,0 +1,23 @@
name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
# Optional: allow read access to pull requests. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.3.1