Skip to content

fix: set x button to black #573

fix: set x button to black

fix: set x button to black #573

Workflow file for this run

name: Validate PR conventions
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
name: Ensure PR follows conventional commits
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true