Skip to content

Commit ef57ccb

Browse files
authored
Merge pull request #5 from jpconstantineau/main
added more complex usage example - resolves issue #4
2 parents 34273a9 + 135b4f8 commit ef57ccb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,21 @@ jobs:
117117
- uses: arduino/arduino-lint-action@v1
118118
```
119119
120+
A more complex workflow which uses [inputs](#inputs) to configure the action for Library Manager ["update" mode](#library-manager) and strict compliance:
121+
122+
```yaml
123+
on: [push, pull_request]
124+
jobs:
125+
lint:
126+
runs-on: ubuntu-latest
127+
steps:
128+
- uses: actions/checkout@v2
129+
- uses: arduino/arduino-lint-action@v1
130+
with:
131+
library-manager: update
132+
compliance: strict
133+
```
134+
120135
## Contributing
121136
122137
To report bugs or make feature requests, please submit an issue: https://github.com/arduino/arduino-lint-action/issues

0 commit comments

Comments
 (0)