Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit c62f8e6

Browse files
author
Gui Sabran
committed
several steps
1 parent d74d25c commit c62f8e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/swift.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,16 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- name: Build
3030
run: swift build -q
31+
test:
32+
runs-on: macos-15
33+
steps:
34+
- uses: actions/checkout@v4
3135
- name: Run tests
3236
run: swift test -q
37+
lint:
38+
runs-on: macos-15
39+
steps:
40+
- uses: actions/checkout@v4
3341
- name: Run linter
3442
run: swift package --allow-writing-to-package-directory format
3543
- name: Verify that `swift package --allow-writing-to-package-directory format` did not change outputs (if it did, please re-run it and re-commit!)

0 commit comments

Comments
 (0)