Skip to content

Commit 135b4f8

Browse files
Update README.md with suggested changes
Co-authored-by: per1234 <accounts@perglass.com>
1 parent 3967887 commit 135b4f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- uses: arduino/arduino-lint-action@v1
118118
```
119119
120-
A more complex workflow which passes two inputs to run the default checks on the projects in the repository but with permissive compliance and a complete output:
120+
A more complex workflow which uses [inputs](#inputs) to configure the action for Library Manager ["update" mode](#library-manager) and strict compliance:
121121
122122
```yaml
123123
on: [push, pull_request]
@@ -127,9 +127,9 @@ jobs:
127127
steps:
128128
- uses: actions/checkout@v2
129129
- uses: arduino/arduino-lint-action@v1
130-
with:
131-
verbose: true
132-
compliance: permissive
130+
with:
131+
library-manager: update
132+
compliance: strict
133133
```
134134
135135
## Contributing

0 commit comments

Comments
 (0)