Skip to content

Bump Polly from 8.5.1 to 8.5.2 #1039

Bump Polly from 8.5.1 to 8.5.2

Bump Polly from 8.5.1 to 8.5.2 #1039

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@v4
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JSCPD: false