docs(readme): document the MINEMACS_BUILTIN_ONLY
environment variable
#1346
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 Compliance | |
on: | |
push: | |
pull_request: | |
jobs: | |
cog_check_job: | |
runs-on: ubuntu-latest | |
name: cocogitto | |
steps: | |
- uses: actions/[email protected] | |
with: | |
fetch-depth: 0 | |
- name: Conventional commit check | |
uses: cocogitto/[email protected] | |
with: | |
check-latest-tag-only: true |