Skip to content

Bump Scalar.AspNetCore from 2.13.15 to 2.13.17 #2190

Bump Scalar.AspNetCore from 2.13.15 to 2.13.17

Bump Scalar.AspNetCore from 2.13.15 to 2.13.17 #2190

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
permissions: read-all
env:
DOTNET_NOLOGO: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter@v8.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JSCPD: false