Skip to content

feat: Adjust style and class name #263

feat: Adjust style and class name

feat: Adjust style and class name #263

# This workflow checks that the title of PRs (thus commit message) are formatted correctly.
name: PR Title Check
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
pull-request-title-check:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: Checkout repo with config file
uses: actions/checkout@v4
with:
sparse-checkout: |
.github
- uses: thehanimo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration_path: '.github/pull-request-title-check.json'