Skip to content

Behatsdaa txns should be positive if expenses, same as the rest of the cards #10

Behatsdaa txns should be positive if expenses, same as the rest of the cards

Behatsdaa txns should be positive if expenses, same as the rest of the cards #10

Workflow file for this run

name: Validate Conventional Commit title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: install commitlint
run: npm install -g @commitlint/cli @commitlint/config-angular
- name: config commitlint
run: |
echo "module.exports = {extends: ['@commitlint/config-angular']}" > commitlint.config.js
- name: validate PR title
run: |
echo "${{ github.event.pull_request.title }}" | commitlint