Sha256: 73b3bc348e2c83484ad7cdfea083104fb28dd29b9833e6973b1c9960224b7ab5

Contents?: true

Size: 310 Bytes

Versions: 8

Compression:

Stored size: 310 Bytes

Contents

name: Linters

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - name: RuboCop Linter
        uses: andrewmcodes/rubocop-linter-action@v3.3.0
        with:
          exit_on_failure: true
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
vagrant-goodhosts-1.1.5 .github/workflows/default.yml
vagrant-goodhosts-1.1.4 .github/workflows/default.yml
vagrant-goodhosts-1.1.3 .github/workflows/default.yml
vagrant-goodhosts-1.1.2 .github/workflows/default.yml
vagrant-goodhosts-1.1.1 .github/workflows/default.yml
vagrant-goodhosts-1.1.0 .github/workflows/default.yml
vagrant-goodhosts-1.1.0beta2 .github/workflows/default.yml
vagrant-goodhosts-1.1.0beta .github/workflows/default.yml