Sha256: a503b89110cf018f230d53be8eb37702d92ef062b6bf1145a69b47b6ec85f295

Contents?: true

Size: 357 Bytes

Versions: 2

Compression:

Stored size: 357 Bytes

Contents

name: Linting

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

permissions:
  contents: read

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3

      - name: Set up Ruby
        uses: yettoapp/actions/setup-languages@main
        with:
          ruby: true

      - name: Rubocop
        run: bundle exec rake rubocop

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
html-pipeline-3.0.0.pre6 .github/workflows/lint.yml
html-pipeline-3.0.0.pre5 .github/workflows/lint.yml