spm.yml 213 B

123456789101112131415
  1. name: spm
  2. on:
  3. push:
  4. pull_request:
  5. jobs:
  6. swift-build-run:
  7. runs-on: macOS-latest
  8. steps:
  9. - uses: actions/checkout@v2
  10. - name: Build
  11. run: swift build
  12. - name: Run
  13. run: swift test