tunein-cli 0.5.0

Browse and listen to thousands of radio stations across the globe right from your terminal 🌎 📻 🎵✨
# Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions

name: ci
on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - master
jobs:
  tests:
    runs-on: ubuntu-22.04
    steps:
      - uses: actions/checkout@v2
      - name: Install build dependencies
        run: |
            sudo apt-get update
            sudo apt-get install -y build-essential libasound2-dev
      - name: Set up Homebrew
        id: set-up-homebrew
        uses: Homebrew/actions/setup-homebrew@master
      - run: brew install protobuf
      - name: Setup Fluent CI
        uses: fluentci-io/setup-fluentci@v5
      - name: Run tests
        run: |
            fluentci run --wasm rust test