Skip to content

feat: dynamic drip list share button #1085

feat: dynamic drip list share button

feat: dynamic drip list share button #1085

Workflow file for this run

name: Lint Commit Messages
on: [pull_request, workflow_dispatch]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install deps
run: npm ci
- name: Svelte Kit Sync
run: npx svelte-kit sync
- uses: wagoid/commitlint-github-action@v5
with:
configFile: commitlint.config.cjs