Skip to content

[dotnet] Add dotnet target framework badge #14924

[dotnet] Add dotnet target framework badge

[dotnet] Add dotnet target framework badge #14924

Workflow file for this run

name: Main
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches-ignore:
- 'gh-pages'
- 'dependabot/**'
jobs:
test-main:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup
uses: ./.github/actions/setup
- name: Core tests
uses: ./.github/actions/core-tests