Skip to content

add(control): Add in MFA deletion control for object storage #1042

add(control): Add in MFA deletion control for object storage

add(control): Add in MFA deletion control for object storage #1042

Workflow file for this run

name: "PR Workflow"
on:
pull_request:
jobs:
run-format-check:
uses: ./.github/workflows/format_check.yml

Check failure on line 7 in .github/workflows/pull_request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_request.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/pull_request.yaml" -> "./.github/workflows/format_check.yml" : failed to fetch workflow: workflow was not found.
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
todo-checker:
uses: ./.github/workflows/todo_check.yml
permissions:
pull-requests: write
contents: read