Skip to content

TinyPlay 0.9.7 — DLNA receiver, i18n refactor, PWA icon updates #26

TinyPlay 0.9.7 — DLNA receiver, i18n refactor, PWA icon updates

TinyPlay 0.9.7 — DLNA receiver, i18n refactor, PWA icon updates #26

Workflow file for this run

name: ci
on:
push:
pull_request:
permissions:
contents: read
jobs:
go-test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Test
run: go test ./...
- name: Build
run: go build ./cmd/tvremote