Skip to content

Update .NET SDK to 9.0.100-preview.6.24324.2 #113

Update .NET SDK to 9.0.100-preview.6.24324.2

Update .NET SDK to 9.0.100-preview.6.24324.2 #113

Workflow file for this run

name: spectral
on:
pull_request:
branches:
- main
- dotnet-vnext
- dotnet-nightly
workflow_dispatch:
permissions:
contents: read
jobs:
spectral:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Spectral
run: npm install -g @stoplight/spectral-cli
- name: Run Spectral
run: spectral lint "./src/API/wwwroot/swagger/api/*.json" --fail-severity warn --format github-actions