Skip to content

✨ feat(payment-service): Adds new payment service written in Python #179

✨ feat(payment-service): Adds new payment service written in Python

✨ feat(payment-service): Adds new payment service written in Python #179

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '18'
- run: npm install
- uses: wagoid/commitlint-github-action@v5
env:
NODE_PATH: ${{ github.workspace }}/node_modules