This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
chore(deps): update dependency serilog.sinks.console to v5 #66
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
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
paths: | |
- '.github/workflows/ci.yml' | |
- 'deploy/**' | |
- 'src/**' | |
name: CI | |
jobs: | |
solution: | |
name: Code | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build Solution | |
run: dotnet build src/Promitor.DataGeneration.sln --configuration Release | |
bicep: | |
name: Bicep | |
runs-on: ubuntu-latest | |
steps: | |
# Checkout code | |
- uses: actions/checkout@main | |
# Lint Bicep file | |
- name: Build Bicep Declaration | |
uses: Azure/[email protected] | |
with: | |
bicepFilePath: ./deploy/infrastructure.bicep |