File tree Expand file tree Collapse file tree 5 files changed +5
-155
lines changed Expand file tree Collapse file tree 5 files changed +5
-155
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : Swift Package
1+ name : Swift
22
3- on :
4- push :
5- branches : [ master ]
6- pull_request :
7- branches : [ master ]
3+ on : [push, pull_request]
84
95jobs :
106 build :
11-
127 runs-on : macos-latest
13-
148 steps :
159 - uses : actions/checkout@v2
1610 - name : Build
17- run : swift build -v
18- - name : Run tests
19- run : swift test -v
11+ run : swift build
12+ - name : Test
13+ run : swift test
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33[ ![ Swift Version] ( https://img.shields.io/badge/Swift-5.0+-EE5533.svg?style=flat-square )] ( https://swift.org )
44[ ![ Swift Package Manager] ( https://img.shields.io/badge/spm-compatible-EE5533.svg?style=flat-square )] ( https://swift.org/package-manager )
55[ ![ Build Status] ( https://img.shields.io/travis/b9swift/MulticastDelegate.svg?style=flat-square&colorA=333333&colorB=EE5533 )] ( https://travis-ci.org/b9swift/MulticastDelegate )
6- [ ![ Codecov] ( https://img.shields.io/codecov/c/github/b9swift/MulticastDelegate.svg?style=flat-square&colorA=333333&colorB=EE5533 )] ( https://codecov.io/gh/b9swift/MulticastDelegate )
76
87Multicast delegate is a delegate that can have more than one element in its invocation list.
98
You can’t perform that action at this time.
0 commit comments