Skip to content

chore: create test actions for reusable workflows #1

chore: create test actions for reusable workflows

chore: create test actions for reusable workflows #1

## Reference: https://github.com/amannn/action-semantic-pull-request
---
name: "Lint PR Title"
on:
pull_request_target:
types: [opened, reopened, edited, synchronize]
permissions:
contents: read
jobs:
lint_pr_title:
uses: ./.github/workflows/test-pr-title.yaml@main

Check failure on line 11 in .github/workflows/test-pr-title.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-pr-title.yaml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}