Skip to content

Commit

Permalink
Introduce the downstream pre-commit hook to help us keep docs up to d…
Browse files Browse the repository at this point in the history
…ate (#161)

See the downstream project for more info about usage. We could also add a github action so necessary doc updates are reported in PR comments.

https://github.com/twof/downstream

Co-authored-by: Alex Reilly <[email protected]>
  • Loading branch information
twof and twof authored Sep 10, 2021
1 parent fbc7066 commit c1d5fef
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ repos:
args: ['--baseline', '.secrets.baseline']
exclude: .*tests/.*|.*yelp/testing/.*|\.pre-commit-config\.yaml|package-lock\.json|.*.html
language_version: python3.8
- repo: https://github.com/twof/Downstream
rev: 0.1.0
hooks:
- id: downstream
4 changes: 4 additions & 0 deletions api/downsteam.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
associations:
Makefile:
- https://github.com/Yelp/beans/wiki/Getting-Started
- https://github.com/Yelp/beans/wiki/Contributing
4 changes: 4 additions & 0 deletions downstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
associations:
Makefile:
- https://github.com/Yelp/beans/wiki/Getting-Started
- https://github.com/Yelp/beans/wiki/Contributing
4 changes: 4 additions & 0 deletions frontend/downstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
associations:
Makefile:
- https://github.com/Yelp/beans/wiki/Getting-Started
- https://github.com/Yelp/beans/wiki/Contributing

0 comments on commit c1d5fef

Please sign in to comment.