Skip to content

feat: Package Bump typescript from 4.8.2 to 5.0.3 #765

feat: Package Bump typescript from 4.8.2 to 5.0.3

feat: Package Bump typescript from 4.8.2 to 5.0.3 #765

Workflow file for this run

name: "Lint PR"
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:
# Configure which types are allowed.
# Default: https://github.com/commitizen/conventional-commit-types
types: |
feat
fix
cleanup
docs
chore