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

name: Arduino-LINT should be added in YML file (low prio) #11

Open
RobTillaart opened this issue May 27, 2021 · 1 comment · May be fixed by #391
Open

name: Arduino-LINT should be added in YML file (low prio) #11

RobTillaart opened this issue May 27, 2021 · 1 comment · May be fixed by #391
Assignees
Labels
topic: documentation Related to documentation for the project type: enhancement Proposed improvement

Comments

@RobTillaart
Copy link

I'm adding Arduino lint to my GitHub workflows and saw something worth updating:

image

The arduino-lint.yml file should have a name field to look better.

name: Arduino-lint

on: [push, pull_request]
jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: arduino/arduino-lint-action@v1
        with:
          library-manager: update
          compliance: strict
@RobTillaart
Copy link
Author

This is how it looks like when name field is added

image

@per1234 per1234 transferred this issue from arduino/arduino-lint May 28, 2021
@per1234 per1234 added topic: documentation Related to documentation for the project type: enhancement Proposed improvement labels Sep 29, 2021
@per1234 per1234 self-assigned this Nov 12, 2021
@RobTillaart RobTillaart mentioned this issue Jul 5, 2024
3 tasks
pfeerick added a commit to pfeerick/arduino-lint-action that referenced this issue Jul 10, 2024
Add `name` parameter to the examples so that the action presentation on github is nicer - shows the name of the action rather than the workflow filename and path. 

Resolves arduino#11 if I understand the issue correctly, as there actually isn't an `arduino-lint.yml` file in this repo, but I think the OP was confusing this with the example snippet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants