Files
squeezelite-esp32/components/spotify/cspot/bell/nanopb/.github/workflows/spm.yml
2022-11-17 14:06:00 -08:00

16 lines
213 B
YAML

name: spm
on:
push:
pull_request:
jobs:
swift-build-run:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build
- name: Run
run: swift test