Skip to content

Commit 3392c5b

Browse files
authored
Merge pull request #19 from calcit-lang/key-select
allow navigation with keyboard
2 parents 93b6e10 + 346e7ba commit 3392c5b

File tree

5 files changed

+448
-298
lines changed

5 files changed

+448
-298
lines changed

.github/workflows/upload.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/
4141
&& git clone https://github.com/calcit-lang/lilac.git
4242
&& git clone https://github.com/calcit-lang/memof.git
43-
&& git clone https://github.com/Respo/respo.calcit.git --branch 0.14.39
43+
&& git clone https://github.com/Respo/respo.calcit.git --branch 0.14.40
4444
&& git clone https://github.com/Respo/reel.calcit.git
4545
&& git clone https://github.com/Respo/respo-markdown.calcit.git
46-
&& git clone https://github.com/Respo/respo-ui.calcit.git --branch 0.4.6
46+
&& git clone https://github.com/Respo/respo-ui.calcit.git
4747
&& git clone https://github.com/Respo/respo-router.calcit.git
48-
&& git clone https://github.com/Respo/alerts.calcit.git
48+
&& git clone https://github.com/Respo/alerts.calcit.git --branch 0.8.8
4949
5050
- name: "compiles to js"
5151
run: >

0 commit comments

Comments
 (0)