feat(dist): add kong note of gateway #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/marketplace/actions/conventional-commit-lint | |
name: Conventional Commit Lint | |
on: [push, pull_request] | |
jobs: | |
commit-lint: | |
runs-on: ubuntu-20.04 | |
steps: | |
# conventional style | |
- uses: ahmadnassri/[email protected] |