Skip to content

chore(deps): update package-deps to v0.17.1 #327

chore(deps): update package-deps to v0.17.1

chore(deps): update package-deps to v0.17.1 #327

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:
# milestoned is added here as a way to retrigger workflows that are stuck or otherwise didn't run correctly
types: [milestoned, opened, reopened, synchronize]
# Permissions for the GITHUB_TOKEN used by the workflow.
permissions:
contents: read # Allows reading the content of the repository.
jobs:
validate:
uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@840c7a198b6f9299663da92a1f67ebe2b7ac9a5a # v1.9.1
secrets: inherit