Sha256: a972293da4070ebc688c5a83dccd90aba9d23a0e21d5b54a95cf4bbb7ddbbbf2

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 Bytes

Contents

name: Lint

on:
  push:
    branches: ["main"]
  pull_request:
    branches: ["main"]

jobs:
  lint:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true

      - name: Rubocop
        run: bundle exec rubocop

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jp_local_gov-0.2.1 .github/workflows/lint.yml
jp_local_gov-0.2.0 .github/workflows/lint.yml
jp_local_gov-0.1.0 .github/workflows/lint.yml