This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
chore(deps): bump dotnet/sdk from cab0284
to 7d24e90
#628
This file contains 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: PR | |
on: | |
pull_request: | |
branches: | |
- main | |
permissions: | |
contents: read | |
jobs: | |
bvt: | |
name: Build Verification Test | |
uses: ./.github/workflows/bvt.yaml | |
with: | |
service_name: 'api' | |
project_folder: 'Api' | |
secrets: inherit | |
static_code_analysis: | |
name: Static Code Analysis | |
uses: ./.github/workflows/static-code-analysis.yaml |