Skip to content

Instantly share code, notes, and snippets.

@igor-alexandrov
Created January 8, 2024 18:45
Show Gist options
  • Save igor-alexandrov/7a222f05d4d43a90fb90b1b724829fe4 to your computer and use it in GitHub Desktop.
Save igor-alexandrov/7a222f05d4d43a90fb90b1b724829fe4 to your computer and use it in GitHub Desktop.
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- name: RuboCop
run: bin/rubocop -f github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment