Skip to content

feat(spotify): fetch songs concurrently, sort results based on input #10

feat(spotify): fetch songs concurrently, sort results based on input

feat(spotify): fetch songs concurrently, sort results based on input #10

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Install dependencies
shell: bash
run: make tidy
- name: Test
shell: bash
run: make test