rubocop-autocorrect #202

Merged
bustikiller merged 19 commits from rubocop-autocorrect into main 2024-12-28 18:26:28 +00:00
Showing only changes of commit 20cca87cdd - Show all commits

View File

@ -1,4 +1,4 @@
name: Run unit tests
name: Run unit tests and Rubocop
on:
push:
branches:
@ -24,6 +24,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: ruby/setup-ruby@v1.202.0
- run: bundle install
- run: bundle exec rubocop --force-exclusion --parallel
- name: Wait until Postgres is ready to accept connections
run: |
apt-get update && apt-get install -f -y postgresql-client