Skip to content

Commit 4fc54d0

Browse files
committed
Add an example using --strict to README.md
1 parent 3c67ce2 commit 4fc54d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
- uses: actions/checkout@v1
2424
- name: GitHub Action for SwiftLint
2525
uses: norio-nomura/[email protected]
26+
- name: GitHub Action for SwiftLint with --strict
27+
uses: norio-nomura/[email protected]
28+
with:
29+
args: --strict
2630
```
2731
2832
## Secrets

0 commit comments

Comments
 (0)