Skip to content

revert: re-add deploy key #11

revert: re-add deploy key

revert: re-add deploy key #11

Workflow file for this run

name: Check Commits with CommitLint
on:
- pull_request
jobs:
commitlint:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v6
with:
configFile: configs/commitlint.config.mjs