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

Please consider adding an alias "shellcheck" for the "check" job #29

Closed
julienw opened this issue Oct 23, 2020 · 1 comment
Closed

Please consider adding an alias "shellcheck" for the "check" job #29

julienw opened this issue Oct 23, 2020 · 1 comment

Comments

@julienw
Copy link

julienw commented Oct 23, 2020

Describe Request:

The way to use the orb as a job is to specify - shellcheck/check:

As a result, in github we get this output:
image

The name check isn't very descriptive in a project with a lot of other checks.

Of course we can workaround by making our own job, but this is more work than what could be needed.

Thanks!

@gmemstr
Copy link
Contributor

gmemstr commented Oct 26, 2020

@julienw Thanks for the heads up! For any orb job, you can pass along a name parameter to a job to override the name, like so:

version: 2.1

orbs:
  shellcheck: circleci/shellcheck@volatile

workflows:
  test:
    jobs:
      - shellcheck/check:
          name: "Shellcheck"

@gmemstr gmemstr closed this as completed Oct 29, 2020
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