Skip to content

fix: support rekordbox TSV exports #1

fix: support rekordbox TSV exports

fix: support rekordbox TSV exports #1

Workflow file for this run

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

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 13, Col: 13): The identifier 'Build and deploy' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
uses: xRealNeon/VuePagesAction@1.0.1
with:
username: "hpopp"
reponame: "tracklist-formatter"
token: ${{ secrets.GITHUB_TOKEN }}