Skip to content

I added some things to the pylint job #2

I added some things to the pylint job

I added some things to the pylint job #2

Workflow file for this run

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