File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1+ # http://editorconfig.org
2+
3+ root = true
4+
5+ [* ]
6+ indent_style = space
7+ indent_size = 2
8+ trim_trailing_whitespace = true
9+ insert_final_newline = true
10+ charset = utf-8
11+ end_of_line = lf
12+
13+ [* .py ]
14+ indent_style = space
15+ indent_size = 4
16+
17+ [* .bat ]
18+ indent_style = tab
19+ end_of_line = crlf
20+
21+ ["LICENSE" ]
22+ insert_final_newline = true
23+
24+ ["Makefile" ]
25+ indent_style = tab
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747 auto-update-conda : true
4848 conda-solver : libmamba
4949
50- - name: Install dependencies
50+ - name : Install dependencies
5151 run : |
5252 poetry check
53- poetry install
53+ poetry install
5454
55- - name: Build the book
55+ - name : Build the book
5656 run : |
5757 makim pages.build
5858 echo "opensciencelabs.org" > build/CNAME
You can’t perform that action at this time.
0 commit comments