feat: rewrote glob to have a full doublestar impl
All checks were successful
default / ensure tests work (push) Successful in 35s
All checks were successful
default / ensure tests work (push) Successful in 35s
This implements a full double star glob implementation with it's own filesystem implementation.
This commit is contained in:
parent
3daeb3fc05
commit
24ad00274d
7 changed files with 1354 additions and 333 deletions
17
.forgejo/workflows/default.yml
Normal file
17
.forgejo/workflows/default.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue