Révision da8956d3
Enable rubocop check
Will submit centrally if all well.
.github/workflows/ci.yml | ||
---|---|---|
11 | 11 |
puppet_major_versions: ${{ steps.get-outputs.outputs.puppet_major_versions }} |
12 | 12 |
puppet_unit_test_matrix: ${{ steps.get-outputs.outputs.puppet_unit_test_matrix }} |
13 | 13 |
env: |
14 |
BUNDLE_WITHOUT: development:test:release
|
|
14 |
BUNDLE_WITHOUT: development:release |
|
15 | 15 |
steps: |
16 | 16 |
- uses: actions/checkout@v2 |
17 | 17 |
- name: Setup ruby |
... | ... | |
21 | 21 |
bundler-cache: true |
22 | 22 |
- name: Run rake validate |
23 | 23 |
run: bundle exec rake validate |
24 |
- name: Run rake rubocop https://github.com/voxpupuli/modulesync_config/pull/690 |
|
25 |
run: bundle exec rake rubocop |
|
24 | 26 |
- name: Setup Test Matrix |
25 | 27 |
id: get-outputs |
26 | 28 |
run: bundle exec metadata2gha --use-fqdn --pidfile-workaround false |
Formats disponibles : Unified diff