Skip to content

Update(ostor): bucket management #39

Update(ostor): bucket management

Update(ostor): bucket management #39

Workflow file for this run

name: ci
on: pull_request
jobs:
revive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: docker://morphy/revive-action:v2
- run: go test -v ./...
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: build --clean --single-target --snapshot