FFS-2295: Help modal #623
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
name: Erblint style checks | |
on: | |
pull_request: | |
paths: ['app/**/*.erb'] | |
jobs: | |
erblint: | |
name: Erblint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up Ruby & Javascript | |
uses: ./.github/actions/setup-languages | |
- name: Run Erblint | |
working-directory: app | |
run: bundle exec erblint --lint-all |