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

Fix CI #1

Merged
merged 2 commits into from
May 23, 2024
Merged

Fix CI #1

merged 2 commits into from
May 23, 2024

Conversation

mtsmfm
Copy link
Contributor

@mtsmfm mtsmfm commented May 23, 2024

  1. Rubocop related lint errors:

https://github.com/autifyhq/homebrew-tap/actions/runs/9203403972/job/25314872642

  /opt/homebrew/Library/Taps/autifyhq/homebrew-tap/Formula/autify-cli.rb:6:16: C: [Correctable] FormulaAudit/Desc: Description should use "Command-line" instead of "Command Line".
    desc "Autify Command Line Interface (CLI)"
                 ^^^^^^^^^^^^
  /opt/homebrew/Library/Taps/autifyhq/homebrew-tap/Formula/autify-cli.rb:28:5: C: [Correctable] Style/InvertibleUnlessCondition: Prefer if package[:version] != version over unless package[:version] == version.
      raise "Version mismatch: #{package[:version]}" unless package[:version] == version
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1. Artifact name collision

https://github.com/autifyhq/homebrew-tap/actions/runs/9203486797/job/25315104421?pr=1

Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run

mtsmfm added 2 commits May 23, 2024 15:46
https://github.com/autifyhq/homebrew-tap/actions/runs/9203403972/job/25314872642

```
  /opt/homebrew/Library/Taps/autifyhq/homebrew-tap/Formula/autify-cli.rb:6:16: C: [Correctable] FormulaAudit/Desc: Description should use "Command-line" instead of "Command Line".
    desc "Autify Command Line Interface (CLI)"
                 ^^^^^^^^^^^^
  /opt/homebrew/Library/Taps/autifyhq/homebrew-tap/Formula/autify-cli.rb:28:5: C: [Correctable] Style/InvertibleUnlessCondition: Prefer if package[:version] != version over unless package[:version] == version.
      raise "Version mismatch: #{package[:version]}" unless package[:version] == version
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
https://github.com/autifyhq/homebrew-tap/actions/runs/9203486797/job/25315104421?pr=1

```
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
```
@mtsmfm mtsmfm changed the title Fix lint errors Fix CI May 23, 2024
@mtsmfm mtsmfm requested review from 4ydx, Yarimizu14 and henchiyb May 23, 2024 07:04
@mtsmfm mtsmfm merged commit 27930df into main May 23, 2024
2 checks passed
@mtsmfm mtsmfm deleted the fix-lint branch May 23, 2024 08:19
This was referenced Jul 1, 2024
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

Successfully merging this pull request may close these issues.

2 participants