Skip to content

Commit 09dbf5f

Browse files
committed
fix editor issues
1 parent af7068b commit 09dbf5f

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

.editorconfig

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

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)