Skip to content

Bump microsoft.cst.devskim.cli from 1.0.70 to 1.0.90 #2780

Bump microsoft.cst.devskim.cli from 1.0.70 to 1.0.90

Bump microsoft.cst.devskim.cli from 1.0.70 to 1.0.90 #2780

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