we relicensed this library as Apache 2.0 months ago, so this paragrap… #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: iOS | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master | |
with: | |
xcode-scheme: 'PNG' | |
destination: ${{ github.workflow }} |