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 : test-async-core-bluetooth
2+ run-name : ${{ github.actor }} is running tests
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ branches :
9+ - main
10+ jobs :
11+ build :
12+ runs-on : macos-latest
13+
14+ steps :
15+ - uses : SwiftyLab/setup-swift@latest
16+
17+ - name : Checkout code
18+ uses : actions/checkout@v2
19+
20+ - name : Build
21+ run : swift build
22+
23+ - name : Test
24+ run : swift test
Original file line number Diff line number Diff line change 11# AsyncObservable
22
3+ ![ Build and Test] ( https://github.com/meech-ward/AsyncObservable/actions/workflows/build.yml/badge.svg )
4+
35[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmeech-ward%2FAsyncObservable%2Fbadge%3Ftype%3Dswift-versions )] ( https://swiftpackageindex.com/meech-ward/AsyncObservable )
46
57[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmeech-ward%2FAsyncObservable%2Fbadge%3Ftype%3Dplatforms )] ( https://swiftpackageindex.com/meech-ward/AsyncObservable )
You can’t perform that action at this time.
0 commit comments