Skip to content

feat: Expand color definitions on hexadecimal values #25

feat: Expand color definitions on hexadecimal values

feat: Expand color definitions on hexadecimal values #25

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run commitlint
uses: wagoid/commitlint-github-action@v5
with:
configFile: .github/commitlint.config.js