Skip to content

feat(database): add UploadCaster class #885

feat(database): add UploadCaster class

feat(database): add UploadCaster class #885

Workflow file for this run

name: Lint pull request title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: |
bun install @commitlint/config-conventional @commitlint/cli
- name: Lint title
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
echo "$PR_TITLE" | bunx commitlint