Skip to content

add authorization policies #22

add authorization policies

add authorization policies #22

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:
run:
uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@017d70c730978a62699237882d9760f089a77739 # v1.16.3
secrets: inherit