Skip to content

Commit

Permalink
fix(docs): fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux authored and ccamel committed Oct 25, 2022
1 parent fbfcaf1 commit 13709c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: avto-dev/[email protected]
with:
args: "**/*.md"
ignore: "CHANGELOG.md"
ignore: "CHANGELOG.md" "docs/proto/docs.md"

lint-yaml:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion buf.gen.proto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins:
out: .
opt:
- logtostderr=true

- name: doc
out: ./docs/proto
opt:
Expand Down

0 comments on commit 13709c4

Please sign in to comment.