Skip to content

Add benchmarking project for performance analysis #322

Add benchmarking project for performance analysis

Add benchmarking project for performance analysis #322

Workflow file for this run

name: Style Check
on:
push:
branches:
- master
tags-ignore:
- '*'
pull_request:
branches:
- '*'
tags-ignore:
- '*'
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SUPPRESS_POSSUM: true
VALIDATE_CSHARP: true