Skip to content

Add volume readiness check and corresponding tests for CreateVolume #551

Add volume readiness check and corresponding tests for CreateVolume

Add volume readiness check and corresponding tests for CreateVolume #551

Workflow file for this run

name: Lint Golang Codebase
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.1