Skip to content

Commit

Permalink
fix: support rekordbox TSV exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Jan 19, 2024
1 parent f78340e commit d9fde8f
Show file tree
Hide file tree
Showing 5 changed files with 2,818 additions and 10,722 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI

on:
push:
branches: ["master"]

jobs:
build_and_deploy:
runs-on: ubuntu-latest
name: Build & Deploy
steps:
- uses: actions/checkout@v2
- id: Build and deploy
uses: xRealNeon/VuePagesAction@1.0.1
with:
username: "hpopp"
reponame: "tracklist-formatter"
token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit d9fde8f

Please sign in to comment.