Skip to content

feat: html support in playlist descriptions #38

feat: html support in playlist descriptions

feat: html support in playlist descriptions #38

Workflow file for this run

name: PR Semantics
on:
pull_request_target:
types:
- opened
- reopened
- edited
- ready_for_review
- review_requested
jobs:
main:
name: Validate PR Title Semantics
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}