Sha256: 104dd0eeb5b9186a4bf5f256a95ffb5428e0af817084eea40428883553f86969

Contents?: true

Size: 357 Bytes

Versions: 9

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@v4

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

      - name: Rubocop
        run: bundle exec rake rubocop

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
html-pipeline-3.2.2 .github/workflows/lint.yml
html-pipeline-3.2.1 .github/workflows/lint.yml
html-pipeline-3.2.0 .github/workflows/lint.yml
html-pipeline-3.1.1 .github/workflows/lint.yml
html-pipeline-3.1.0 .github/workflows/lint.yml
html-pipeline-3.0.3 .github/workflows/lint.yml
html-pipeline-3.0.2 .github/workflows/lint.yml
html-pipeline-3.0.1 .github/workflows/lint.yml
html-pipeline-3.0.0 .github/workflows/lint.yml