Skip to content

Commit 95022dc

Browse files
committed
Setup explicit Swift version in lint job
1 parent 5f6d1eb commit 95022dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828

29+
- name: Set up Swift
30+
uses: swift-actions/setup-swift@v2
31+
with:
32+
swift-version: "6.1"
33+
2934
- run: |
3035
swift format lint --strict --recursive .
3136

0 commit comments

Comments
 (0)