Skip to content

Bump typescript from 5.5.2 to 5.5.3 in /src/API #133

Bump typescript from 5.5.2 to 5.5.3 in /src/API

Bump typescript from 5.5.2 to 5.5.3 in /src/API #133

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/swagger.json" --fail-severity warn --format github-actions