File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Build and Test in Swift 6.2 on macOS
2+
3+ on :
4+ push :
5+ branches : [ "main" ]
6+
7+ jobs :
8+ build :
9+ runs-on : macos-latest
10+
11+ steps :
12+ - uses : actions/checkout@v4
13+
14+ - uses : swift-actions/setup-swift@v2
15+ with :
16+ swift-version : " 6.2.0"
17+ - name : Get swift version
18+ run : swift --version
19+
20+ - name : Build
21+ run : swift build -v
22+
23+ - name : Run tests
24+ run : swift test -v
Original file line number Diff line number Diff line change 88
99<div align =" center " >
1010
11- [ ![ GitHub Repo stars] ( https://img.shields.io/github/stars/ATProtoKit/ATLexiconTools?style=flat&logo=github )] ( https://github.com/ATProtoKit/ATLexiconTools )
11+ [ ![ GitHub Repo stars] ( https://img.shields.io/github/stars/ATProtoKit/ATLexiconTools?style=flat&logo=GitHub )] ( https://github.com/ATProtoKit/ATLexiconTools )
1212
1313</div >
1414<div align =" center " >
You can’t perform that action at this time.
0 commit comments