GitHub Actions for building Swift.
uses: SusanDoggie/swift-action@v1
with:
action: build
uses: SusanDoggie/swift-action@v1
with:
action: test
Required Swift action to run.
Debug or release mode.
Using xcodebuild to build project. Default false
.
Select sdk to build. Default macosx
.
Select destination for testing.
Enable code coverage. Default false
.
swift-action is licensed under the MIT license