Sha256: d713180f65bc76eca5da9ec81bf17252f043a12785ac5e86b5cdb21f805da6e2

Contents?: true

Size: 269 Bytes

Versions: 1

Compression:

Stored size: 269 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:
        bundler-cache: true

    - name: Run Rubocop
      run: bin/rubocop

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
statsd-instrument-3.8.0 .github/workflows/lint.yml