File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed
Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 2828 clj-kondo : latest
2929 cljfmt : latest
3030
31- - name : Run vhs pomodoro
32- uses : charmbracelet/vhs-action@v2.1.0
33- with :
34- path : docs/examples/vhs/pomodoro.tape
35-
36- - name : Run vhs download
37- uses : charmbracelet/vhs-action@v2.1.0
38- with :
39- path : docs/examples/vhs/download.tape
40-
41-
42-
4331 - uses : actions/cache@v4
4432 with :
4533 path : |
5745 - name : Test
5846 run : clojure -M:test
5947
60- - name : Test vhs
48+ - name : Run vhs
6149 run : |
50+ sudo apt update
51+ sudo apt install -y ffmpeg ttyd
52+ go install github.com/charmbracelet/vhs@v2.1.0
53+ vhs docs/examples/vhs/download.tape
54+ vhs docs/examples/vhs/pomodoro.tape
6255 ls -lahrtR
6356 diff pomodoro.ascii docs/examples/test/pomodoro.ascii
6457 diff download.ascii docs/examples/test/download.ascii
Original file line number Diff line number Diff line change 11Output download.ascii
2+ Output download.gif
23
34Set Shell zsh
45
Original file line number Diff line number Diff line change 11Output pomodoro.ascii
2+ Output pomodoro.gif
23
34Set Shell zsh
45
You can’t perform that action at this time.
0 commit comments