Skip to content

refactor: put action from template(ten_package) in pool #84

refactor: put action from template(ten_package) in pool

refactor: put action from template(ten_package) in pool #84

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6
with:
configFile: .github/configs/commitlint.config.mjs