Add public initializer to SecurityTrailer #58
This file contains hidden or 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: Test Swift Package Manager Integration | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| push: | |
| branches: | |
| - main | |
| - develop | |
| jobs: | |
| SPM: | |
| runs-on: macos-12 | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: n1hility/cancel-previous-runs@v2 | |
| with: | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| - name: Select latest Xcode | |
| uses: maxim-lobanov/setup-xcode@v1 | |
| with: | |
| xcode-version: latest-stable | |
| - name: Test Swift Package Manager Integration | |
| run: | | |
| Scripts/test-SPM-integration.sh |