Sha256: f0047c9b73f89ab3d085e0ca6bf90e230b3ee722b61d4336cc76155681705155

Contents?: true

Size: 295 Bytes

Versions: 14

Compression:

Stored size: 295 Bytes

Contents

name: Lint

on: push

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

    steps:
    - uses: actions/checkout@v1

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

    - name: Run Rubocop
      run: bin/rubocop

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
statsd-instrument-3.5.9 .github/workflows/lint.yml
statsd-instrument-3.5.8 .github/workflows/lint.yml
statsd-instrument-3.5.7 .github/workflows/lint.yml
statsd-instrument-3.5.6 .github/workflows/lint.yml
statsd-instrument-3.5.5 .github/workflows/lint.yml
statsd-instrument-3.5.4 .github/workflows/lint.yml
statsd-instrument-3.5.3 .github/workflows/lint.yml
statsd-instrument-3.5.2 .github/workflows/lint.yml
statsd-instrument-3.5.1 .github/workflows/lint.yml
statsd-instrument-3.5.0 .github/workflows/lint.yml
statsd-instrument-3.4.0 .github/workflows/lint.yml
statsd-instrument-3.3.0 .github/workflows/lint.yml
statsd-instrument-3.2.1 .github/workflows/lint.yml
statsd-instrument-3.2.0 .github/workflows/lint.yml