We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeacc2c commit b6985fdCopy full SHA for b6985fd
.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