Skip to content

chore(deps): update support-deps to v1.7.1 #808

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

chore(deps): update support-deps to v1.7.1 #808

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:
branches: [main]
# milestoned is added here as a way to retrigger workflows that are stuck or otherwise didn't run correctly
types: [milestoned, opened, reopened, synchronize]
jobs:
validate:
uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@7826099a1ceb4657f9cd502968dea8e0e7753ac6 # v1.7.0
secrets: inherit