Skip to content

Commit b59ebd9

Browse files
authored
Fix verify components action (#245)
1 parent c96642a commit b59ebd9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Verify components
22

3-
push:
4-
branches: "main"
3+
on:
4+
push:
5+
branches: "main"
56

67
jobs:
78
build:
@@ -11,11 +12,11 @@ jobs:
1112
- uses: actions/checkout@v3
1213

1314
- name: Build
14-
run: rails g ruby_ui:component:all
15+
run: rails g ruby_ui:component:all --force true
1516

1617
- uses: CatChen/check-git-status-action@v1
1718
with:
1819
fail-if-not-clean: true
1920
push-if-not-clean: false
2021
request-changes-if-not-clean: false
21-
targets: 'app' #optional
22+
targets: 'app'

0 commit comments

Comments
 (0)