File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - name : Checkout code
13
+ uses : actions/checkout@v4
14
+
15
+ - name : Set up Ruby
16
+ uses : ruby/setup-ruby@v1
17
+ with :
18
+ bundler-cache : true
19
+
20
+ - name : Install pnpm
21
+ uses : pnpm/action-setup@v4
22
+ with :
23
+ run_install : false
24
+
25
+ - name : Setup Node
26
+ uses : actions/setup-node@v4
27
+ with :
28
+ node-version-file : " .node-version"
29
+ cache : ' pnpm'
30
+
31
+ - name : Install dependencies
32
+ run : pnpm install
13
33
14
34
- name : Build
15
- run : rails g ruby_ui:component:all --force true
35
+ run : bin/ rails g ruby_ui:component:all --force true
16
36
17
37
- uses : CatChen/check-git-status-action@v1
18
38
with :
Original file line number Diff line number Diff line change 14
14
15
15
GIT
16
16
remote: https://github.com/ruby-ui/ruby_ui.git
17
- revision: f5a275f191c32bd50d8ab2876a32586cf9435866
17
+ revision: 1a21bdb6fd38d2bd08e684a82b71e1637a727597
18
18
branch: main
19
19
specs:
20
20
ruby_ui (1.0.1 )
You can’t perform that action at this time.
0 commit comments