File tree Expand file tree Collapse file tree 2 files changed +1
-30
lines changed Expand file tree Collapse file tree 2 files changed +1
-30
lines changed Original file line number Diff line number Diff line change 40
40
- name : Build for library evolution
41
41
run : make build-for-library-evolution
42
42
43
- library-linux :
44
- runs-on : ubuntu-latest
45
- name : Test Library (Linux)
46
- strategy :
47
- matrix :
48
- swift-version : ["5.9", "5.10"]
49
- steps :
50
- - uses : swift-actions/setup-swift@v2
51
- with :
52
- swift-version : " ${{ matrix.swift-version }}"
53
- - uses : actions/checkout@v3
54
- - name : Run Tests
55
- run : swift test
56
-
57
- library-windows :
58
- runs-on : windows-latest
59
- name : Test Library (Windows)
60
- steps :
61
- # We use BCNY's repo since they have newer builds of Swift
62
- # which have fixed libcurl in Foundation.
63
- - uses : compnerd/gha-setup-swift@main
64
- with :
65
- release-tag-name : " 20231203.0"
66
- github-repo : " thebrowsercompany/swift-build"
67
- release-asset-name : installer-amd64.exe
68
- github-token : ${{ secrets.GITHUB_TOKEN }}
69
- - uses : actions/checkout@v3
70
- - name : Run Tests
71
- run : swift test
72
-
73
43
examples :
74
44
runs-on : macos-14
75
45
name : Build Examples
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const ALLOWED_CONVENTIONAL_COMMIT_PREFIXES = [
14
14
"ci" ,
15
15
"docs" ,
16
16
"chore" ,
17
+ "style" ,
17
18
] ;
18
19
19
20
const object = process . argv [ 2 ] ;
You can’t perform that action at this time.
0 commit comments