Skip to content

Update Truthear vendor info with logo reference and blurb #31

Update Truthear vendor info with logo reference and blurb

Update Truthear vendor info with logo reference and blurb #31

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Run tests
run: deno test --allow-read --allow-write --allow-run --allow-env