Skip to content

add --all flag to delete verb #177

add --all flag to delete verb

add --all flag to delete verb #177

Workflow file for this run

name: Tests
on:
pull_request:
branches: [ oadp-dev ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Run tests
run: go test ./...