Skip to content

Commit

Permalink
build: include bundler call in lint target
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrandahl committed Oct 25, 2024
1 parent a9968fc commit b5ae02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ auth: ${AUTH}
build: gem

lint: gem
@bundle install
@echo "Running rubocop..."
@bundle exec rubocop

Expand Down

0 comments on commit b5ae02d

Please sign in to comment.