mirror of
https://github.com/usememos/memos.git
synced 2024-12-26 07:01:17 +08:00
chore: update proto linter action
This commit is contained in:
parent
0f4e5857f0
commit
625ebbea1a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/proto-linter.yml
vendored
2
.github/workflows/proto-linter.yml
vendored
|
@ -20,6 +20,8 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: Setup buf
|
||||
uses: bufbuild/buf-setup-action@v1
|
||||
with:
|
||||
github_token: ${{ github.token }}
|
||||
- name: buf lint
|
||||
uses: bufbuild/buf-lint-action@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue