chore: change to use uds-common pr workflow #254
Workflow file for this run
This file contains 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: Metadata | |
on: | |
# This workflow is triggered on pull requests to the main branch. | |
pull_request: | |
branches: [main] | |
types: [milestoned, opened, edited, synchronize] | |
# This allows other repositories to call this workflow in a reusable way | |
workflow_call: | |
jobs: | |
validate: | |
name: Validate | |
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@42550995edd718244ac990c8da8e92f4ab358bee |