Sha256: f73fedc6d058fbd756a06f1e702c151f98dfafa1f75648b3eb70e3c9815d158b

Contents?: true

Size: 295 Bytes

Versions: 4

Compression:

Stored size: 295 Bytes

Contents

name: Lint

on: push

jobs:
  test:
    name: Rubocop
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3

    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 2.7
        bundler-cache: true

    - name: Run Rubocop
      run: bin/rubocop

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
statsd-instrument-3.7.0 .github/workflows/lint.yml
statsd-instrument-3.6.1 .github/workflows/lint.yml
statsd-instrument-3.6.0 .github/workflows/lint.yml
statsd-instrument-3.5.12 .github/workflows/lint.yml