Skip to content

Add prune subcommand #3

Add prune subcommand

Add prune subcommand #3

Workflow file for this run

name: test
on:
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Test
run: make test-all