Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Dec 20, 2023
1 parent a183c7e commit 1b1b655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf-gen-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Lint generated OpenAPI definitions
uses: mhiew/redoc-lint-github-action@v3
with:
args: --extends minimal openapiv2/openapiv2.swagger.yaml
args: "--extends minimal openapiv2/openapiv2.swagger.yaml"
- name: Commit and push
run: |
if [[ `git status --porcelain` ]]; then
Expand Down
2 changes: 1 addition & 1 deletion vdp/pipeline/v1beta/operator_definition.proto
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ message LookUpOperatorDefinitionAdminRequest {
optional OperatorDefinition.View view = 2 [(google.api.field_behavior) = OPTIONAL];
}

// LookUpOperatorAdminResponse represents a response for an operator
// LookUpOperatorDefinitionAdminResponse represents a response for an operator
// definition.
message LookUpOperatorDefinitionAdminResponse {
// The requested operator.
Expand Down

0 comments on commit 1b1b655

Please sign in to comment.