Skip to content

Merge pull request #213 from influxdata/dependabot/bundler/rubocop-tw… #115

Merge pull request #213 from influxdata/dependabot/bundler/rubocop-tw…

Merge pull request #213 from influxdata/dependabot/bundler/rubocop-tw… #115

Workflow file for this run

name: Rubocop
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- run: bundle exec rake rubocop