Skip to content

chore(deps): update support-deps to v1.5.1 #951

chore(deps): update support-deps to v1.5.1

chore(deps): update support-deps to v1.5.1 #951

Workflow file for this run

# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
name: Lint
# Permissions for the GITHUB_TOKEN used by the workflow.
permissions:
contents: read # Allows reading the content of the repository.
on:
# This workflow is triggered on pull requests to the main branch.
pull_request:
# milestoned is added here as a workaround for release-please not triggering PR workflows (PRs should be added to a milestone to trigger the workflow).
types: [milestoned, opened, reopened, synchronize]
jobs:
validate:
uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@d0c5fbbbdc1a5c8c0f6a5e96cdee6909c98d712e # v1.5.0
secrets: inherit