We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681667b commit 7db68bfCopy full SHA for 7db68bf
1 file changed
.github/workflows/main.yml
@@ -0,0 +1,9 @@
1
+name: GitHub Pre-Push actions
2
+on: [push]
3
+jobs:
4
+ ensure_clean_jupyter_notebooks:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: ResearchSoftwareActions/EnsureCleanNotebooksAction@1.1
8
+ with:
9
+ disable-checks: execution_count
0 commit comments