fix: restore required setting TUNNISTAMO_API_TOKENS_ENDPOINT #3455
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
name: Conventional Commits | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
env: | |
DEBUG: 1 | |
jobs: | |
conventional-commits: | |
name: Conventional Commits | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Check commit messages | |
uses: webiny/action-conventional-commits@v1.1.0 |