Skip to content

feat: disable arrows for carousel #34

feat: disable arrows for carousel

feat: disable arrows for carousel #34

Workflow file for this run

name: Verify PR-Title
on:
pull_request:
branches:
- main
types:
- opened
- edited
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}