Skip to content

Commit cf1ee11

Browse files
committed
swiftlint
1 parent bdd6494 commit cf1ee11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
- name: Checkout repo
1717
uses: actions/checkout@v4
1818

19-
- name: Lint code
20-
run: swiftlint lint
19+
- name: Lint PR code
20+
uses: norio-nomura/[email protected]
21+
env:
22+
DIFF_BASE: ${{ github.base_ref }}
2123

2224
- name: Run tests
2325
run: swift test

0 commit comments

Comments
 (0)