Merge branch 'main' into exempt_sitemapxmlgz_path #6096
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push] | |
name: Linter, Rubocop | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@main | |
- name: Set up Ruby | |
uses: ruby/setup-ruby@master | |
with: | |
bundler-cache: true | |
- name: Run Rubocop linter | |
run: | | |
bundle exec rubocop |