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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions