c2dh/Notebook Preflight
This action performs preflight checks on your notebook to ensure that it meets the standards required for publication on the Journal of Digital History.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 9, 2026
- License
- AGPL 3.0
Pinned Snippet
uses: c2dh/journal-of-digital-history-ipynb-preflight-action@321b10227717694d0abcc1da4c60b2b6d2b7d058 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| notebook | The filename of the notebook to check. | yes | — |
| output_md | The filename of the output report. | yes | preflight_report.md |
| functions | A comma-separated list of functions to apply to the notebook. | yes | checkmd,checkurls |
Outputs
| name | description |
|---|---|
| size | The number of total cells |
| notebook_path | The notebook path |
| workspace | The workspace |
| notebook | The filename of the notebook to check |
| checkmd | A markdown validation report |
| checkurls | The number of URLs that were checked. |