File tree Expand file tree Collapse file tree 5 files changed +26
-77
lines changed Expand file tree Collapse file tree 5 files changed +26
-77
lines changed Original file line number Diff line number Diff line change 1- name : CI
1+ name : ci
22
33on :
44 push :
1010 workflow_dispatch :
1111
1212jobs :
13- library :
13+ lint :
14+ runs-on : macos-12
15+ environment : default
16+ strategy :
17+ matrix :
18+ xcode : ['14.2']
19+ # Swift: 5.7
20+ steps :
21+ - uses : actions/checkout@v3
22+ - name : Format lint
23+ run : swiftformat --lint .
24+ - name : Lint
25+ run : swiftlint .
26+ macos-test :
1427 runs-on : macos-12
1528 environment : default
1629 strategy :
2841 - uses : codecov/codecov-action@v3
2942 with :
3043 fail_ci_if_error : true # optional (default = false)
44+ linux-test :
45+ runs-on : ubuntu-latest
46+ environment : default
47+
48+ steps :
49+ - uses : actions/checkout@v3
50+ - name : Run Tests
51+ run : swift test --parallel
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# ArgumentEncoding
22
3+ [ ![ ci] ( https://github.com/MFB-Technologies-Inc/swift-argument-encoding/actions/workflows/ci.yml/badge.svg )] ( https://github.com/MFB-Technologies-Inc/swift-argument-encoding/actions/workflows/ci.yml )
4+ [ ![ codecov] ( https://codecov.io/gh/MFB-Technologies-Inc/swift-argument-encoding/branch/main/graph/badge.svg?token=UU95IDUXAX )] ( https://codecov.io/gh/MFB-Technologies-Inc/swift-argument-encoding )
5+
36A library for encoding types into an Array of Strings, or 'arguments'.
47
58## Stability
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments