Skip to content

fix(lyrics-plus/netease): use PyNCMd API #1869

fix(lyrics-plus/netease): use PyNCMd API

fix(lyrics-plus/netease): use PyNCMd API #1869

Workflow file for this run

name: Prettier
on: [pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
persist-credentials: false
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write ./Extensions/*.js ./jsHelper/{homeConfig,sidebarConfig}.js CustomApps/**/*{.js,.css}
commit_message: "style: prettify code"
github_token: ${{ secrets.SPICETIFY_GITHUB_TOKEN }}