Skip to content

Commit 7636ecf

Browse files
fixed the explict path
1 parent 23cbdbb commit 7636ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
run: swiftlint version
3333

3434
- name: Lint Swift code
35-
run: swiftlint lint --config .github/workflows/build/.swiftlint.yml --strict --reporter github-actions-logging
35+
run: swiftlint lint Swift --config .github/workflows/build/.swiftlint.yml --strict --reporter github-actions-logging
3636

0 commit comments

Comments
 (0)