volumegroup: the CREATE_DELETE_VOLUME_GROUP
does not exist
#209
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: protoc | |
on: | |
pull_request: | |
branches: [ '*' ] | |
permissions: read-all | |
jobs: | |
test-protoc: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout source | |
uses: actions/checkout@v4 | |
- name: generate go libs using protoc | |
run: | | |
make | |
make check-changes |