Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 3545d1b

Browse files
committed
Adding bin/rails to verify components action
1 parent b59ebd9 commit 3545d1b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/verify_components.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Verify components
22

33
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
- synchronize
9+
- ready_for_review
410
push:
511
branches: "main"
612

@@ -12,7 +18,7 @@ jobs:
1218
- uses: actions/checkout@v3
1319

1420
- name: Build
15-
run: rails g ruby_ui:component:all --force true
21+
run: bin/rails g ruby_ui:component:all --force true
1622

1723
- uses: CatChen/check-git-status-action@v1
1824
with:

0 commit comments

Comments
 (0)