Skip to content

Add mkfs options parameter to volume context #446

Add mkfs options parameter to volume context

Add mkfs options parameter to volume context #446

Workflow file for this run

name: Check
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go mod tidy
- run: make generate-mocks
- run: hack/check.sh