Skip to content

Testing

Testing #141

Workflow file for this run

name: PR Workflow
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
contents: read
security-events: write
actions: read
jobs:
build-image:
uses: ./.github/workflows/build-image.yml
lint-format:
uses: ./.github/workflows/lint-format.yml
needs: build-image
unit-sec-scan:
uses: ./.github/workflows/unit-sec-test.yml
needs: lint-format