Sha256: 818f2e7ac4e4a0d9c771638e4edbe8561189faec7bbabe8e8b8e89bbf62ebe67

Contents?: true

Size: 502 Bytes

Versions: 6

Compression:

Stored size: 502 Bytes

Contents

name: Lint

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  rubocop:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby-version: ['3.0']
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby-version }}
        bundler-cache: true # runs 'bundle install' and caches installed gems automatically
    - name: Run tests
      run: bundle exec rake rubocop

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
acme-client-2.0.14 .github/workflows/rubocop.yml
acme-client-2.0.13 .github/workflows/rubocop.yml
acme-client-2.0.12 .github/workflows/rubocop.yml
acme-client-2.0.11 .github/workflows/rubocop.yml
acme-client-2.0.10 .github/workflows/rubocop.yml
acme-client-2.0.9 .github/workflows/rubocop.yml