Merge branch 'main' into exempt_sitemapxmlgz_path #6114
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, ERB | |
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 ERB linter | |
run: bundle exec erb_lint app |