Sha256: 832da0b60e00a0e73a33e2c1f832193b97fe9fe5d72091e7343318d308c1ebde

Contents?: true

Size: 350 Bytes

Versions: 3

Compression:

Stored size: 350 Bytes

Contents

name: Lint

on:
  pull_request:
    types:
      - opened
      - reopened
      - synchronize

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true
          ruby-version: 2.5.0
      - run: bundle install
      - run: bundle exec rubocop

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
itax_code-0.3.0 .github/workflows/lint.yml
rack-idempotency_key-0.1.1 .github/workflows/lint.yml
rack-idempotency_key-0.1.0 .github/workflows/lint.yml