Merge pull request #590 from bartoval/remove_wrong_yarn_version #970
This file contains hidden or 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: Lint Commit Messages 📝 | |
on: | |
pull_request: | |
branches: | |
- main | |
push: | |
branches: | |
- main | |
jobs: | |
commitlint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code 📥 | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Run commit lint check ✅ | |
uses: wagoid/commitlint-github-action@v5 | |
with: | |
configFile: .commitlint.config.js |