Skip to content

chore: update colors and formatting in all projects #63

chore: update colors and formatting in all projects

chore: update colors and formatting in all projects #63

Workflow file for this run

name: Linting 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@v6
with:
configFile: .commitlintrc.mjs