Merge pull request #2 from thogue12/testing #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
Check failure on line 21 in .github/workflows/main.yml
|
||
| needs: lint-format | ||