Skip to content

chore(repo): enforce conventional commit messages #1

chore(repo): enforce conventional commit messages

chore(repo): enforce conventional commit messages #1

Workflow file for this run

name: commitlint
on:
pull_request:
jobs:
lint-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install --no-save @commitlint/cli @commitlint/config-conventional
- run: npx commitlint --from origin/next --to HEAD
;

Check failure on line 20 in .github/workflows/commitlint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/commitlint.yml

Invalid workflow file

You have an error in your yaml syntax on line 20