Sha256: 2a345b22db03342090a19d7c3501c479eb0ad6314d325d8ae011d1478ba6a2f5

Contents?: true

Size: 375 Bytes

Versions: 6

Compression:

Stored size: 375 Bytes

Contents

name: rubocop

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 3.1
    - name: Install dependencies
      run: |
        gem install bundler --no-document
        bundle install
    - name: Run rubocop
      run: bundle exec rubocop

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
yao-0.21.0 .github/workflows/rubocop.yml
yao-0.20.0 .github/workflows/rubocop.yml
yao-0.19.0 .github/workflows/rubocop.yml
yao-0.18.0 .github/workflows/rubocop.yml
yao-0.17.0 .github/workflows/rubocop.yml
yao-0.16.0 .github/workflows/rubocop.yml