Sha256: 8d94290fc65d1b0d2b7c7ef94388e4870eba1d592a1b6fa00529821379cd52f3

Contents?: true

Size: 533 Bytes

Versions: 10

Compression:

Stored size: 533 Bytes

Contents

name: Lint
on:
  push:
    branches: [main]
  pull_request:
  workflow_dispatch:
jobs:
  lint:
    name: Lint
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: 2.6
          bundler-cache: true
      - uses: actions/cache@v2
        with:
          path: "./vendor/bundle"
          key: v1/${{ runner.os }}/ruby-2.6/${{ hashFiles('**/Gemfile.lock') }}
          restore-keys: v1/${{ runner.os }}/ruby-2.6/
      - run: bundle exec rubocop

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
percy-selenium-1.1.0 .github/workflows/lint.yml
percy-selenium-1.1.0.pre.beta.2 .github/workflows/lint.yml
percy-selenium-1.1.0.pre.beta.1 .github/workflows/lint.yml
percy-selenium-1.1.0.pre.beta.0 .github/workflows/lint.yml
percy-selenium-1.0.2 .github/workflows/lint.yml
percy-selenium-1.0.2.pre.beta.0 .github/workflows/lint.yml
percy-selenium-1.0.1 .github/workflows/lint.yml
percy-selenium-1.0.0 .github/workflows/lint.yml
percy-selenium-1.0.0.pre.1 .github/workflows/lint.yml
percy-selenium-1.0.0.pre.0 .github/workflows/lint.yml