Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
falegk opened this issue Dec 8, 2023 · 2 comments
Open

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

falegk opened this issue Dec 8, 2023 · 2 comments

Comments

@falegk
Copy link

falegk commented Dec 8, 2023

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
@timothyjosefik
Copy link

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

You should be able to change the version from @v1 to @v1.1.0

@falegk
Copy link
Author

falegk commented Jan 8, 2024

Looks like it worked.

Maybe the docs needs an update.

Thanks @timothyjosefik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants