We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26ba762 + 8b544b1 commit 3f92b0fCopy full SHA for 3f92b0f
1 file changed
moduleroot/.github/workflows/ci.yml.erb
@@ -11,7 +11,7 @@ jobs:
11
puppet_major_versions: ${{ steps.get-outputs.outputs.puppet_major_versions }}
12
puppet_unit_test_matrix: ${{ steps.get-outputs.outputs.puppet_unit_test_matrix }}
13
env:
14
- BUNDLE_WITHOUT: development:test:release
+ BUNDLE_WITHOUT: development:release
15
steps:
16
- uses: actions/checkout@v2
17
- name: Setup ruby
@@ -21,6 +21,8 @@ jobs:
21
bundler-cache: true
22
- name: Run rake validate
23
run: bundle exec rake validate
24
+ - name: Run rake rubocop
25
+ run: bundle exec rake rubocop
26
- name: Setup Test Matrix
27
id: get-outputs
28
run: bundle exec metadata2gha --use-fqdn --pidfile-workaround <%= @configs['pidfile_workaround'] %>
0 commit comments