Skip to content

Commit

Permalink
Update buf.yaml "default" to "STANDARD" (#167)
Browse files Browse the repository at this point in the history
* Why buf action failing?

Signed-off-by: Jonathan Marcantonio <[email protected]>

* rename Default to STANDARD

Signed-off-by: Jonathan Marcantonio <[email protected]>

---------

Signed-off-by: Jonathan Marcantonio <[email protected]>
  • Loading branch information
lennysgarage authored Sep 11, 2024
1 parent a444bab commit 7c36be7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: buf-push
on: push
on:
push:
branches: [ 'main' ]
permissions:
contents: read
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion api/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: v2
name: buf.build/project-kessel/relations-api
lint:
use:
- DEFAULT
- STANDARD
breaking:
use:
- FILE
Expand Down

0 comments on commit 7c36be7

Please sign in to comment.