Skip to content

Commit 5e73b99

Browse files
committed
Add printing of swiftformat and swiftlint versions in ci
fix-file-headers
1 parent 3b4934c commit 5e73b99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ jobs:
1515
environment: default
1616
steps:
1717
- uses: actions/checkout@v3
18+
- name: SwiftFormat version
19+
run: swiftformat --version
1820
- name: Format lint
1921
run: swiftformat --lint .
22+
- name: SwiftLint version
23+
run: swiftlint --version
2024
- name: Lint
2125
run: swiftlint lint --quiet
2226
macos-test:

0 commit comments

Comments
 (0)