Skip to content

Bump codecov/codecov-action from 3.1.0 to 4.5.0 #30

Bump codecov/codecov-action from 3.1.0 to 4.5.0

Bump codecov/codecov-action from 3.1.0 to 4.5.0 #30

name: API Compatibility
on:
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
jobs:
build-test:
runs-on: windows-latest
env:
CheckAPICompatibility: true
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore