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 4040 - name : Build for library evolution
4141 run : make build-for-library-evolution
4242
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-
7343 examples :
7444 runs-on : macos-14
7545 name : Build Examples
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const ALLOWED_CONVENTIONAL_COMMIT_PREFIXES = [
1414 "ci" ,
1515 "docs" ,
1616 "chore" ,
17+ "style" ,
1718] ;
1819
1920const object = process . argv [ 2 ] ;
You can’t perform that action at this time.
0 commit comments