Skip to content

chore(deps): update support-deps #293

chore(deps): update support-deps

chore(deps): update support-deps #293

Workflow file for this run

# Copyright 2026 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
name: PR Checks
on:
pull_request:
types: [milestoned, opened, reopened, synchronize]
paths-ignore:
- "**.md"
- "**.mdx"
- "**.jpg"
- "**.png"
- "**.gif"
- "**.svg"
- docs/**
- .vscode/**
- .gitignore
- renovate.json
- CODEOWNERS
- LICENSE
- hack/generate-docs.sh
- hack/test-docs.sh
permissions:
contents: read
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
uses: ./.github/workflows/test.yaml
permissions:
contents: read
id-token: write