1
0
Fork 0

Adding upstream version 1.1.10.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-17 06:08:25 +02:00
parent 0935a35f2a
commit 504a5578e5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
12 changed files with 537 additions and 0 deletions

20
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: test
on:
pull_request:
paths-ignore:
- '*.md'
push:
branches:
- master
paths-ignore:
- '*.md'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.22.2
- uses: actions/checkout@v4
- run: go test ./... --cover