File tree Expand file tree Collapse file tree 2 files changed +26
-37
lines changed
Expand file tree Collapse file tree 2 files changed +26
-37
lines changed Original file line number Diff line number Diff line change 66 branches :
77 - " dev"
88 - " master"
9+ - " workflow_tut"
910 paths :
1011 - ' tutorials/**/*.ipynb'
1112
4344 git config user.name "github-actions[bot]"
4445 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
4546
47+ - name : Run formatter
48+ run : black tutorials/
49+
4650 - name : Export tutorials to .py and .html
4751 run : |
4852 set -x
5862 done
5963 set +x
6064
61- - name : Run formatter
62- run : black tutorials/
63-
6465 -
uses :
benjlevesque/[email protected] 6566 id : short-sha
6667
@@ -105,6 +106,9 @@ jobs:
105106 git config user.name "github-actions[bot]"
106107 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
107108
109+ - name : Run formatter
110+ run : black tutorials/
111+
108112 - name : Export tutorials to .py and .html
109113 run : |
110114 set -x
@@ -119,9 +123,6 @@ jobs:
119123 done
120124 set +x
121125
122- - name : Run formatter
123- run : black tutorials/
124-
125126 -
uses :
benjlevesque/[email protected] 126127 id : short-sha
127128
You can’t perform that action at this time.
0 commit comments