Skip to content

New threats.yaml for Compute/Serverless #76

New threats.yaml for Compute/Serverless

New threats.yaml for Compute/Serverless #76

Workflow file for this run

name: "PR Workflow"
on:
pull_request:
workflow_dispatch:
jobs:
run-format-check:
uses: ./.github/workflows/format-check.yml
permissions:
pull-requests: write
contents: read
run-linting-check:
uses: ./.github/workflows/linting-check.yml
permissions:
pull-requests: write
link-checker:
uses: ./.github/workflows/links.yml
permissions:
pull-requests: write
contents: read
yaml-checker:
uses: ./.github/workflows/yaml-check.yml
permissions:
pull-requests: write
contents: read