Skip to content

Add example of .yml when not using default options #3

Closed
@Strooom

Description

@Strooom

Hi,

I got this action working, but the Arduino Lint produces a warning while the github action yields 'succes'.
I would like to adopt a strict compliance.

Tried with this piece of .yml - maybe it's not 100% correct.
Please provide a bit more documentation and more examples on how to configure the action for non-default settings. Thanks!

name: Arduino Library Checks
on: [push, pull_request]
jobs:
  ArduinoLintjob:
    name: Run Arduino Lint
    env:
      compliance: strict
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: arduino/arduino-lint-action@v1

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions