Skip to content

chore: jira license setup #670

chore: jira license setup

chore: jira license setup #670

Workflow file for this run

# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
name: Lint
on:
# This workflow is triggered on pull requests to the main branch.
pull_request:
branches: [main]
# milestoned is added here so that a PR can be re-triggered if it is milestoned.
types: [milestoned, opened, edited, synchronize]
jobs:
validate:
uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@f922776396f05f743055f2751fe19ec0160968ae # v1.7.3
secrets: inherit