Skip to content

feat(ci): adds more CI validations, introduces semantic release (#74) #35

feat(ci): adds more CI validations, introduces semantic release (#74)

feat(ci): adds more CI validations, introduces semantic release (#74) #35

Workflow file for this run

name: Commit Lint
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
HUSKY: 0
jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: main
- name: Fetch other branches for commitlint
run: git fetch --prune --unshallow
- name: Validate PR commits with commitlint
uses: wagoid/commitlint-github-action@v6