Skip to content

Unable to resolve action reclaim-the-stack/rubocop-action@v1 #5

@falegk

Description

@falegk

Hi,

looks like github cannot find the action
Unable to resolve action reclaim-the-stack/rubocop-action@v1, unable to find version v1

here is my action

jobs:
  rubocop:
    name: runner / rubocop
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: 3.1.4
          bundler-cache: true
      - name: Rubocop
        uses: reclaim-the-stack/rubocop-action@v1
        with:
          rubocop_version: Gemfile # get rubocop version from Gemfile.lock
          rubocop_arguments: --config .rubocop.yml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions