Skip to content

Bump Scalar.AspNetCore from 2.16.11 to 2.16.16 #2778

Bump Scalar.AspNetCore from 2.16.11 to 2.16.16

Bump Scalar.AspNetCore from 2.16.11 to 2.16.16 #2778

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@v7
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter@v8.7.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JSCPD: false