Browse Source

Fix GA workflow YAML indentation

Signed-off-by: Thane Thomson <connect@thanethomson.com>
pull/7975/head
Thane Thomson 3 years ago
parent
commit
7c4a0723a0
No known key found for this signature in database GPG Key ID: 19811391D676EE45
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .github/workflows/proto-lint.yml

+ 5
- 5
.github/workflows/proto-lint.yml View File

@ -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'

Loading…
Cancel
Save