Sha256: 1b4bdc3384e1f7c094782fa6a8352640be282d393541c0daef9ed805a4149dc5

Contents?: true

Size: 343 Bytes

Versions: 12

Compression:

Stored size: 343 Bytes

Contents

name: Lint

on: [push,pull_request]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 3.0 # The lowest version Alba supports
        bundler-cache: true
    - name: Run RuboCop
      run: |
        bundle exec rubocop

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
alba-3.5.0 .github/workflows/lint.yml
alba-3.4.0 .github/workflows/lint.yml
alba-3.3.3 .github/workflows/lint.yml
alba-3.3.2 .github/workflows/lint.yml
alba-3.3.1 .github/workflows/lint.yml
alba-3.3.0 .github/workflows/lint.yml
alba-3.2.0 .github/workflows/lint.yml
alba-3.1.0 .github/workflows/lint.yml
alba-3.0.3 .github/workflows/lint.yml
alba-3.0.2 .github/workflows/lint.yml
alba-3.0.1 .github/workflows/lint.yml
alba-3.0.0 .github/workflows/lint.yml