Skip to content

Commit 99288bd

Browse files
committed
chore/add linting
1 parent 2583bdb commit 99288bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pre-commit
1+
name: Lint with pre-commit
22

33
on:
44
pull_request:

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ suggesting the next steps.
1111

1212
### A couple things to keep in mind
1313

14+
- Please check your files for styling with pre-commit (`pre-commit install` in the root of the repo).
1415
- If you've changed APIs, update the documentation.
1516
- Keep the code style (indents, wrapping) consistent.
1617
- If your PR involves a lot of commits, squash them using `git rebase -i` as this makes it easier for us to review.

0 commit comments

Comments
 (0)