Skip to content

Bump paambaati/codeclimate-action from 5.0.0 to 8.0.0 #84

Bump paambaati/codeclimate-action from 5.0.0 to 8.0.0

Bump paambaati/codeclimate-action from 5.0.0 to 8.0.0 #84

Workflow file for this run

name: RuboCop
on:
pull_request: {}
push:
branches:
- master
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- run: bundle exec rubocop