Skip to content

Commit ae55df8

Browse files
committed
update workflow with script
1 parent b1fb01b commit ae55df8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
- run: yarn
2525
- run: bundle exec rake react:update
2626
- run: bundle exec rake ujs:update
27-
- name: Check for uncommitted changes
28-
uses: mskri/check-uncommitted-changes-action@v1.0.1
27+
- run: ./check_for_uncommitted_files.sh
2928

3029

3130
test:

0 commit comments

Comments
 (0)