Skip to content

feat!: Disables templating when response comes from kong itself #109

feat!: Disables templating when response comes from kong itself

feat!: Disables templating when response comes from kong itself #109

Workflow file for this run

name: Commitlint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v1
with:
configFile: .commitlintrc.json