Skip to content

fix(shell): Take a bigger margin for terminal size #2923

fix(shell): Take a bigger margin for terminal size

fix(shell): Take a bigger margin for terminal size #2923

Workflow file for this run

name: Validate PR title
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
chore
refactor