Skip to content

Commit 1afcc1b

Browse files
Update SwiftLint workflow to specify configuration file for linting sources and tests
1 parent c709a61 commit 1afcc1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/swiftlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Install SwiftLint
1919
run: brew install swiftlint
2020
- name: Lint Sources
21-
run: swiftlint lint --strict --working-directory Sources
21+
run: swiftlint lint --config ../.swiftlint.yml --strict --working-directory Sources
2222
- name: Lint Tests
23-
run: swiftlint lint --strict --working-directory Tests
23+
run: swiftlint lint --config ../.swiftlint.yml --strict --working-directory Tests

0 commit comments

Comments
 (0)