Skip to content

chore(main): release 0.3.0 #318

chore(main): release 0.3.0

chore(main): release 0.3.0 #318

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 workaround for release-please not triggering PR workflows (PRs should be added to a milestone to trigger the workflow).
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@5a59ac893e45f6844d6b82eebebda31cf7da8600 # v1.2.1
secrets: inherit