Skip to content

Commit

Permalink
Merge #255
Browse files Browse the repository at this point in the history
255: Scripting MVP r=odecay a=zicklag

Closes #253.

Co-authored-by: Zicklag <zicklag@katharostech.com>
  • Loading branch information
bors[bot] and zicklag authored Oct 6, 2022
2 parents a59ed20 + 63eee99 commit f384ad3
Show file tree
Hide file tree
Showing 21 changed files with 2,289 additions and 161 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# EditorConfig file: https://EditorConfig.org
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

[*.ts]
indent_size = 2

[*.yaml,*.yml]
indent_size = 2
2 changes: 1 addition & 1 deletion .github/workflows/web-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: jetli/wasm-bindgen-action@v0.1.0
with:
version: "0.2.82"
version: "0.2.83"

- name: Build WASM Release 🔨
run: just build-release-web
Expand Down
Loading

0 comments on commit f384ad3

Please sign in to comment.