Skip to content

upgrading python version because of black #6

upgrading python version because of black

upgrading python version because of black #6

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- main
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