Skip to content

chore: Bump Microsoft.Extensions.Configuration from 10.0.1 to 10.0.2 #233

chore: Bump Microsoft.Extensions.Configuration from 10.0.1 to 10.0.2

chore: Bump Microsoft.Extensions.Configuration from 10.0.1 to 10.0.2 #233

Workflow file for this run

name: QA
on: pull_request
concurrency:
group: qa-pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
qa:
name: QA (.NET ${{ matrix.dotnet-version }})
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
dotnet-version: ['8.0.x', '9.0.x', '10.0.x']
steps:
- name: Clone repository
uses: actions/checkout@v6
- name: Use .NET ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v5
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Run QA
run: make qa