Skip to content

Add spotify.db to .gitignore #5

Add spotify.db to .gitignore

Add spotify.db to .gitignore #5

Workflow file for this run

name: CI/CD Pipeline
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install packages
run: make install
- name: Deploy
run: make deploy