Skip to content

Commit b6985fd

Browse files
committed
Add ruby-version to pronto action
1 parent aeacc2c commit b6985fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pronto.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- run: git fetch --no-tags --prune --unshallow origin +refs/heads/*:refs/remotes/origin/*
1414
- name: Setup Ruby
1515
uses: ruby/setup-ruby@v1
16+
with:
17+
ruby-version: 3.4
1618
- name: Setup pronto
1719
run: gem install undercover pronto pronto-rubocop pronto-undercover
1820
- name: Run Pronto

0 commit comments

Comments
 (0)