Skip to content

Commit

Permalink
(maint) Rubocop cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luchihoratiu committed Sep 22, 2020
1 parent ec74ce7 commit 9d69a99
Show file tree
Hide file tree
Showing 10 changed files with 648 additions and 31 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_tests_with_nightly_puppet_gem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}

- run: ruby -e 'puts Encoding.default_external'
- run: ruby -e 'puts $stdin.external_encoding'
- run: ruby -e 'puts $stdout.external_encoding'

- name: Install the latest nightly build of puppet${{ matrix.puppet_version }} gem
run: |
curl http://nightlies.puppet.com/downloads/gems/puppet${{ matrix.puppet_version }}-nightly/${{ matrix.gem_file }} --output puppet.gem
Expand Down
Loading

0 comments on commit 9d69a99

Please sign in to comment.