File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build API Docs
22
3+ permissions :
4+ contents : write
5+
36on :
47 workflow_dispatch :
58
Original file line number Diff line number Diff line change 11name : Release on demand
22
3+ permissions :
4+ contents : write
5+
36on :
47 workflow_dispatch :
58 inputs :
Original file line number Diff line number Diff line change 11name : Snapshot on demand
22
3+ permissions :
4+ contents : read
5+
36on : [workflow_dispatch]
47
58jobs :
Original file line number Diff line number Diff line change 77 name : Runtime Tests
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v6
1111
12- - uses : DeLaGuardo/setup-clojure@3.1
13- with :
14- tools-deps : ' 1.10.1.763'
12+ - uses : DeLaGuardo/setup-clojure@13.4
1513
1614 - name : Build tests
1715 run : clojure -M:cljs-test:cljs-adv
Original file line number Diff line number Diff line change 11name : Test
22
3+ permissions :
4+ contents : read
5+
36on : [push]
47
58jobs :
You can’t perform that action at this time.
0 commit comments