Skip to content

Commit 7db68bf

Browse files
authored
trying to clean dataset
1 parent 681667b commit 7db68bf

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)