Skip to content

Commit

Permalink
reactivate puppet lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Sep 8, 2023
1 parent ec051c3 commit f8956e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bundle exec rake validate
- name: Run Ruby Linter
run: bundle exec rake rubocop
# - name: Run Puppet Linter
# run: bundle exec rake lint
- name: Run Puppet Linter
run: bundle exec rake lint
- name: Run unit tests
run: bundle exec rake parallel_spec

0 comments on commit f8956e8

Please sign in to comment.