.github/workflows/ruby.yml in aws_secrets_loader-0.1.6 vs .github/workflows/ruby.yml in aws_secrets_loader-0.2.0
- old
+ new
@@ -27,7 +27,9 @@
uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a
with:
ruby-version: 2.6
- name: Install dependencies
run: bundle install
+ - name: Run Lint
+ run: bundle exec rubocop --parallel
- name: Run tests
run: bundle exec rake