mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-24 14:07:44 +01:00
update cspot
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user