Skip to content

Refactor release action #78

Refactor release action

Refactor release action #78

Workflow file for this run

name: Lint Commit Messages
on:
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5