Sha256: 71bf41b0998ccaff060df9b85d905e3b4c955d947692bb87defc66ff3783abb0
Contents?: true
Size: 295 Bytes
Versions: 2
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.7 bundler-cache: true - name: Run Rubocop run: bin/rubocop
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
statsd-instrument-3.5.11 | .github/workflows/lint.yml |
statsd-instrument-3.5.10 | .github/workflows/lint.yml |