Skip to content

minor changes in results and postproc #313

minor changes in results and postproc

minor changes in results and postproc #313

Workflow file for this run

name: Super-Linter
on:
push:
branches:
- dev
jobs:
super-lint:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Super-Linter
uses: github/super-linter@v4
env:
DEFAULT_BRANCH: master
VALIDATE_JSCPD: false
FILTER_REGEX_INCLUDE: .*nrv/.*
FILTER_REGEX_EXCLUDE: .*nrv/_misc/.*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}