Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Merge pull request #3 from influxdata/jdstrand/update-readme #5

Merge pull request #3 from influxdata/jdstrand/update-readme

Merge pull request #3 from influxdata/jdstrand/update-readme #5

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.1
bundler-cache: true
- run: bundle exec rake rubocop