Sha256: 748f5869e37a3d3d638a1ac6c33b975f7908d74782a81b80621a1ad6816031af

Contents?: true

Size: 269 Bytes

Versions: 10

Compression:

Stored size: 269 Bytes

Contents

name: Lint

on: push

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

    steps:
    - uses: actions/checkout@v4

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

    - name: Run Rubocop
      run: bin/rubocop

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
statsd-instrument-3.9.9 .github/workflows/lint.yml
statsd-instrument-3.9.8 .github/workflows/lint.yml
statsd-instrument-3.9.7 .github/workflows/lint.yml
statsd-instrument-3.9.6 .github/workflows/lint.yml
statsd-instrument-3.9.5 .github/workflows/lint.yml
statsd-instrument-3.9.4 .github/workflows/lint.yml
statsd-instrument-3.9.3 .github/workflows/lint.yml
statsd-instrument-3.9.2 .github/workflows/lint.yml
statsd-instrument-3.9.1 .github/workflows/lint.yml
statsd-instrument-3.9.0 .github/workflows/lint.yml