Skip to content

refactor: try to write better code #54

refactor: try to write better code

refactor: try to write better code #54

Workflow file for this run

name: PR Title Lint
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
pr_title_lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}