Skip to content

Commit e93d6dc

Browse files
committed
Use swift-actions/setup-swift@v3
1 parent 69b2558 commit e93d6dc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/composites/setup/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ runs:
1010
using: 'composite'
1111
steps:
1212

13+
- uses: swift-actions/setup-swift@v3
14+
with:
15+
skip-verify-signature: true
16+
1317
- uses: jdx/mise-action@v4
1418
env:
1519
MISE_DATA_DIR: ${{ runner.temp }}/${{ github.action }}/mise

.github/workflows/Test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- 'Sources/**'
7+
paths-ignore:
8+
- 'Submodule/**'
9+
910
workflow_dispatch:
1011

1112
concurrency:
@@ -30,5 +31,4 @@ jobs:
3031
with:
3132
os: ${{ matrix.os }}
3233

33-
- run: swift build
3434
- run: swift test

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
swift = "6"
2+
# swift = "6"
33
"spm:apple/swift-openapi-generator" = "latest"
44

55
[settings]

0 commit comments

Comments
 (0)