Skip to content

Commit

Permalink
test: lint .proto files with buf lint (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn authored Sep 3, 2024
1 parent 3aebb14 commit f6efacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"format:prettier": "prettier --write .",
"format": "npm-run-all --parallel format:*",
"lint:buf-format": "buf format --diff --exit-code ./proto",
"lint:buf-lint": "buf lint ./proto",
"lint:prettier": "prettier --check .",
"lint": "npm-run-all --parallel lint:*",
"prepack": "npm run build",
Expand Down

0 comments on commit f6efacd

Please sign in to comment.