Sha256: b012c14daf9fa8a4bf658aa63b8d94a0c8ff5e847acd933ee56fada9897548bd

Contents?: true

Size: 295 Bytes

Versions: 6

Compression:

Stored size: 295 Bytes

Contents

name: Linters

on:
  push:
    branches-ignore:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1

      - name: Rubocop Linter
        uses: g2crowd/rubocop-linter-action@v3.4.0
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
g2_command-3.1.0 .github/workflows/linters.yml
g2_command-3.0.0 .github/workflows/linters.yml
g2_command-2.4.1 .github/workflows/linters.yml
g2_command-2.4.0 .github/workflows/linters.yml
g2_command-2.3.0 .github/workflows/linters.yml
g2_command-2.2.0 .github/workflows/linters.yml