Browse Source
Fix GA workflow YAML indentation
Signed-off-by: Thane Thomson <connect@thanethomson.com>
pull/7975/head
Thane Thomson
3 years ago
No known key found for this signature in database
GPG Key ID: 19811391D676EE45
1 changed files with
5 additions and
5 deletions
-
.github/workflows/proto-lint.yml
|
|
@ -14,8 +14,8 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
timeout-minutes: 5 |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: bufbuild/buf-setup-action@v1.1.0 |
|
|
|
- uses: bufbuild/buf-lint-action@v1 |
|
|
|
with: |
|
|
|
input: 'proto' |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: bufbuild/buf-setup-action@v1.1.0 |
|
|
|
- uses: bufbuild/buf-lint-action@v1 |
|
|
|
with: |
|
|
|
input: 'proto' |