Skip to content

Add support for .NET Framework 4.7.1 and .NET Standard 2.1 #191

Add support for .NET Framework 4.7.1 and .NET Standard 2.1

Add support for .NET Framework 4.7.1 and .NET Standard 2.1 #191

Workflow file for this run

name: Code Quality
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Lint Codebase
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Codebase
uses: super-linter/super-linter@v5
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}