Skip to content

Fix accidental deletion of link text. #183

Fix accidental deletion of link text.

Fix accidental deletion of link text. #183

Workflow file for this run

name: Pull Request
permissions:
contents: read
on:
pull_request:
jobs:
build:
strategy:
matrix:
os: ['windows-latest', 'windows-11-arm']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
name: Checkout
- uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0'
- run: dotnet test
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
name: Checkout
- uses: actions/dependency-review-action@v4
name: Dependency Review
with:
allow-licenses: MIT, Apache-2.0, BSD-2-Clause
fail-on-scopes: development, runtime, unknown