Skip to content

add Volume() inteface impl #2

add Volume() inteface impl

add Volume() inteface impl #2

name: operator bundle
on:
push:
paths:
- 'operator/**'
branches: [ main ]
pull_request:
paths:
- 'operator/**'
jobs:
build:
name: build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: ['1.20']
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
id: go
- uses: actions/checkout@v3
- name: Install make
run: sudo apt-get install make
- name: make bundle
run: make bundle-all && git diff --exit-code -I'^ createdAt: '

Check failure on line 30 in .github/workflows/operator-bundle.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/operator-bundle.yaml

Invalid workflow file

You have an error in your yaml syntax on line 30
working-directory: ./operator