Sha256: 74f872291bbc63710ab209bc6b99fefadf525dbbd214d50e1621dfb802ad52a2

Contents?: true

Size: 308 Bytes

Versions: 13

Compression:

Stored size: 308 Bytes

Contents

name: Rubocop

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Set up Ruby 3.1
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: 3.1
          bundler-cache: true
      - name: Run RuboCop
        run: bundle exec rubocop

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
net-ssh-7.3.0 .github/workflows/rubocop.yml
net-ssh-7.3.0.rc1 .github/workflows/rubocop.yml
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/.github/workflows/rubocop.yml
net-ssh-7.2.3 .github/workflows/rubocop.yml
net-ssh-7.2.2.rc1 .github/workflows/rubocop.yml
net-ssh-7.2.1 .github/workflows/rubocop.yml
net-ssh-7.2.1.rc1 .github/workflows/rubocop.yml
net-ssh-7.2.0 .github/workflows/rubocop.yml
net-ssh-7.2.0.rc1 .github/workflows/rubocop.yml
net-ssh-7.2.0.beta1 .github/workflows/rubocop.yml
net-ssh-7.1.0 .github/workflows/rubocop.yml
net-ssh-7.1.0.beta2 .github/workflows/rubocop.yml
net-ssh-7.1.0.beta1 .github/workflows/rubocop.yml