sdk/.forgejo/workflows/default.yml
Louis Seubert 24ad00274d
All checks were successful
default / ensure tests work (push) Successful in 35s
feat: rewrote glob to have a full doublestar impl
This implements a full double star glob implementation with it's own filesystem implementation.
2026-01-25 17:22:16 +01:00

17 lines
309 B
YAML

name: default
on:
push:
branches: [main]
jobs:
default:
name: ensure tests work
runs-on: debian-latest
container: docker.io/golang:1.24-alpine
steps:
- name: checkout
uses: https://code.geekeey.de/actions/checkout@1
- name: go run
run: |
go test