Skip to content

feat(DEVPRD-3179): add automated semantic versioning and commit linting #1

feat(DEVPRD-3179): add automated semantic versioning and commit linting

feat(DEVPRD-3179): add automated semantic versioning and commit linting #1

Workflow file for this run

name: Commit Lint
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
commitlint:
uses: KeepTruckin/github-workflows-catalog/.github/workflows/commitlint.yaml@master

Check failure on line 9 in .github/workflows/commitlint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/commitlint.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/commitlint.yaml" -> "KeepTruckin/github-workflows-catalog/.github/workflows/commitlint.yaml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
node_version: "20"