Skip to content

remove kafka, rewrite readme, add docs from wiki, improve spotify docs #66

remove kafka, rewrite readme, add docs from wiki, improve spotify docs

remove kafka, rewrite readme, add docs from wiki, improve spotify docs #66

Workflow file for this run

name: Code Linting
on:
push:
branches:
- 'feature/**'
- 'main'
jobs:
eslint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Packages
run: npm install
- name: Run Eslint
run: npm run lint