Skip to content

Commit 292e810

Browse files
committed
fix typo
1 parent 3760ca3 commit 292e810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: GitHub Action for SwiftLint with --strict
23-
run: switlint --strict
23+
run: swiftlint --strict
2424
# uses: norio-nomura/[email protected]
2525
# with:
2626
# args: --strict

0 commit comments

Comments
 (0)