.github/workflows/rubocop.yml in n1_loader-1.6.2 vs .github/workflows/rubocop.yml in n1_loader-1.6.3

- old
+ new

@@ -14,10 +14,9 @@ - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 - bundler-cache: true - name: Install dependencies run: bundle install - name: Run Rubocop