Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/static_code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
env:
ruby_version: '3.1'
extra_checks: check:symlinks check:git_ignore check:dot_underscore check:test_file
PUPPET_FORGE_TOKEN: 'YES'

runs-on: 'ubuntu-latest'
steps:
Expand All @@ -25,7 +26,6 @@ jobs:
bundler-cache: true
env:
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
PUPPET_FORGE_TOKEN: 'YES'

- name: Run rubocop check
run: bundle exec rake ${{ env.extra_checks }} rubocop
Expand Down