Skip to content

refactor(ci): move to smaller github action units #6

refactor(ci): move to smaller github action units

refactor(ci): move to smaller github action units #6

Workflow file for this run

name: "Lint PR title"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
license:
uses: ./.github/workflows/lint-license.yaml
contracts-prettier:
uses: ./.github/workflows/lint-contracts-prettier.yaml
conventional-commits:
uses: ./.github/workflows/lint-convention-commits.yaml

Check failure on line 22 in .github/workflows/lints.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/lints.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/lints.yaml" -> "./.github/workflows/lint-convention-commits.yaml" : failed to fetch workflow: workflow was not found.
commonmark:
uses: ./.github/workflows/lint-commonmark.yaml
code-quality:
uses: ./.github/workflows/lint-code-quality.yaml