Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CONTRIBUTORS.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,6 +5,7 @@
I would like to give a special thanks to all of the people below who have contributed to this project and to all of those who will contribute to it moving forward.

- [Jos Kuijpers](https://github.com/joskuijpers)
- [Dave Abrahams](https://github.com/dabrahams)

## I would like to join this list! How can I help the project?

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/carthage.yml
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
name: Carthage
defaults:
run:
shell: bash -eo pipefail {0}
on:
workflow_dispatch:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cocoapods.yml
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
name: Cocoapods
defaults:
run:
shell: bash -eo pipefail {0}
on:
workflow_dispatch:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
name: Documentation
defaults:
run:
shell: bash -eo pipefail {0}
on:
workflow_dispatch:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-cocoapods.yml
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
name: Publish CocoaPods
defaults:
run:
shell: bash -eo pipefail {0}
on:
release:
types: [published]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/swift-package.yml
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
name: Swift Package
defaults:
run:
shell: bash -eo pipefail {0}
on:
workflow_dispatch:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/swiftlint.yml
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
name: SwiftLint
defaults:
run:
shell: bash -eo pipefail {0}
on:
workflow_dispatch:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/upload-assets.yml
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
name: Upload Assets
defaults:
run:
shell: bash -eo pipefail {0}
on:
release:
types: [published]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/xcframework.yml
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
name: XCFramework
defaults:
run:
shell: bash -eo pipefail {0}
on:
workflow_dispatch:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/xcodebuild.yml
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
name: Xcode Project
defaults:
run:
shell: bash -eo pipefail {0}
on:
workflow_dispatch:
push:
Expand Down