https://github.com/raybellwaves/nbdime-git-diff
https://github.com/raybellwaves/nbdime-git-diff
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raybellwaves/nbdime-git-diff
- Owner: raybellwaves
- Created: 2022-08-26T17:43:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T18:42:09.000Z (almost 4 years ago)
- Last Synced: 2025-10-06T06:47:27.973Z (9 months ago)
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nbdime-action
Can't use https://www.reviewnb.com/ ? This may be the next best thing.
Example:
`.github/workflows/nbdime-git-diff.yml`:
```
name: nbdime-git-diff
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: "3.9.13"
- name: nbdime-git-diff
uses: raybellwaves/nbdime-git-diff@0.0.6
```