Sha256: 2aeacf0ca5916e3dd3588c1196ef4dbc8c0127eb2868d94b19f0783dfd17a4a6

Contents?: true

Size: 404 Bytes

Versions: 3

Compression:

Stored size: 404 Bytes

Contents

name: Linting

on:
  pull_request:
    paths:
      - "**/*.rb"

permissions:
  contents: read

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: 3.1.0
          rubygems: latest
          bundler-cache: true
      - run: bundle install
      - name: Rubocop
        run: bundle exec rake rubocop

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
html-pipeline-3.0.0.pre3 .github/workflows/lint.yml
html-pipeline-3.0.0.pre2 .github/workflows/lint.yml
html-pipeline-3.0.0.pre1 .github/workflows/lint.yml