Skip to content

use trash to remove RBD images asynchronously #712

use trash to remove RBD images asynchronously

use trash to remove RBD images asynchronously #712

Workflow file for this run

name: "Main"
on:
pull_request:
push:
branches:
- "main"
jobs:
build:
name: "build"
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- run: make generate && make check-uncommitted
- run: make lint
- run: make test