Run bundle install before formatting code (#1185)

* Run bundle install before formatting code

* qq
This commit is contained in:
pakrym-stripe 2023-03-15 08:31:08 -07:00 committed by GitHub
parent e4e6bb54fd
commit 414ca367af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,4 +4,5 @@ update-version:
@perl -pi -e 's|VERSION = "[.\-\w\d]+"|VERSION = "$(VERSION)"|' lib/stripe/version.rb
codegen-format:
bundle install --quiet
bundle exec rubocop -o /dev/null --auto-correct