Skip to content

ci: add format

ci: add format #23

Workflow file for this run

name: Commit Lint
on:
pull_request:
branches-ignore:
- dependabot/*
push:
branches-ignore:
- dependabot/*
jobs:
commit-lint:
name: Commit Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Lint
uses: wagoid/commitlint-github-action@v5