We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b86774 + b6985fd commit b5f104cCopy full SHA for b5f104c
1 file changed
.github/workflows/pronto.yaml
@@ -13,6 +13,8 @@ jobs:
13
- run: git fetch --no-tags --prune --unshallow origin +refs/heads/*:refs/remotes/origin/*
14
- name: Setup Ruby
15
uses: ruby/setup-ruby@v1
16
+ with:
17
+ ruby-version: 3.4
18
- name: Setup pronto
19
run: gem install undercover pronto pronto-rubocop pronto-undercover
20
- name: Run Pronto
0 commit comments