Skip to content

Bump Roslynator.Analyzers from 4.12.4 to 4.12.7 #434

Bump Roslynator.Analyzers from 4.12.4 to 4.12.7

Bump Roslynator.Analyzers from 4.12.4 to 4.12.7 #434

Workflow file for this run

name: Lint Code Base
on:
push:
branches: [master, develop]
pull_request:
jobs:
super_linter:
name: List with Super Linter
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v5.0.0
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: develop
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
LINTER_RULES_PATH: "."