Skip to content

fix: remove current vite-plugin-svelte warnings #3

fix: remove current vite-plugin-svelte warnings

fix: remove current vite-plugin-svelte warnings #3

Workflow file for this run

name: pr_title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
docs
ci
chore
refactor
test
enhancement
breaking
requireScope: false
subjectPattern: ^(?![A-Z]).+$
wip: true