Skip to content

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

Open
@RobTillaart

Description

@RobTillaart

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

Activity

RobTillaart

RobTillaart commented on May 27, 2021

@RobTillaart
Author

This is how it looks like when name field is added

image

self-assigned this
on Nov 12, 2021
added a commit that references this issue on Jul 10, 2024
4b64335
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @RobTillaart@per1234

    Issue actions

      name: Arduino-LINT should be added in YML file (low prio) · Issue #11 · arduino/arduino-lint-action