Skip to content

update rspotify crate to v0.12.0 (#249) #113

update rspotify crate to v0.12.0 (#249)

update rspotify crate to v0.12.0 (#249) #113

Workflow file for this run

name: CI Workflow
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
secrets: inherit
lint:
name: Lint
uses: ./.github/workflows/lint.yml
secrets: inherit
docker:
name: Docker
needs: [build, lint]
uses: ./.github/workflows/docker.yml
secrets: inherit