FFS-2351: Change calculation of account_count to be correct in filed events #1441
Workflow file for this run
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: Rubocop style checks | |
on: | |
pull_request: | |
paths: ['app/**'] | |
jobs: | |
rspec: | |
name: Rubocop | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up Ruby & Javascript | |
uses: ./.github/actions/setup-languages | |
- name: Run Rubocop | |
working-directory: app | |
run: bundle exec rubocop |