Skip to content

Commit

Permalink
fix: one notebook rule
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferlitsch committed Mar 14, 2023
1 parent f9be4f4 commit fe42cb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ Finally, run this code block to check for errors. Each step will attempt to
automatically fix any issues. If the fixes can't be performed automatically,
then you will need to manually address them before submitting your PR.

Note: For official, only submit one notebook per PR.

```shell
docker run -v ${PWD}:/setup/app gcr.io/cloud-devrel-public-resources/notebook_linter:latest <your_notebooks>
docker run -v ${PWD}:/setup/app gcr.io/cloud-devrel-public-resources/notebook_linter:latest your_notebook
```

## Code Reviews
Expand Down

0 comments on commit fe42cb6

Please sign in to comment.