From 8c4cd4279e16d3cf3e726f224a26edd1032b2f15 Mon Sep 17 00:00:00 2001 From: eliselavy <35602279+eliselavy@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:09:13 +0200 Subject: [PATCH] Addition checkkernel --- .github/workflows/github-actions-preflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-preflight.yml b/.github/workflows/github-actions-preflight.yml index 5f44fe1..0bcde28 100644 --- a/.github/workflows/github-actions-preflight.yml +++ b/.github/workflows/github-actions-preflight.yml @@ -17,7 +17,7 @@ jobs: uses: c2dh/journal-of-digital-history-ipynb-preflight-action@master with: notebook: 'article.ipynb' - functions: 'checkcitation,checkoutput,checkhtml,checkjavascript,checktags,checkurls' + functions: 'checkkernel,checkcitation,checkoutput,checkhtml,checkjavascript,checktags,checkurls' output_md: 'report.md' # Use the output from the `preflight` step - name: Use the output -- GitLab