Add .gitea/workflows/remove-orphans.yaml

This commit is contained in:
2025-06-25 13:00:56 -04:00
parent 8e455487ab
commit 2406f757e5

View File

@@ -0,0 +1,18 @@
name: Remove Orphans
on:
# push:
workflow_dispatch:
jobs:
remove-orphans:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.23.4'
- run: |
go run .