Skip to content

Commit

Permalink
Clean up for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
silug committed Dec 19, 2024
1 parent b35795b commit 06988fe
Show file tree
Hide file tree
Showing 27 changed files with 1,539 additions and 1,444 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ env:

jobs:
ruby-style:
if: false # TODO Modules will need: rubocop in Gemfile, .rubocop.yml
name: 'Ruby Style (experimental)'
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: "Install Ruby ${{matrix.puppet.ruby_version}}"
- uses: actions/checkout@v3
- name: "Install Ruby 2.7"
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
Expand All @@ -56,11 +55,11 @@ jobs:
- label: 'Puppet 8.x'
puppet_version: '~> 8.0'
ruby_version: '3.2'
experimental: true
experimental: false
env:
PUPPET_VERSION: ${{matrix.puppet.puppet_version}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: 'Install Ruby ${{matrix.puppet.ruby_version}}'
uses: ruby/setup-ruby@v1
with:
Expand Down
Loading

0 comments on commit 06988fe

Please sign in to comment.