Skip to content

Plot distribution of effects in top 100 DMPs #374

Plot distribution of effects in top 100 DMPs

Plot distribution of effects in top 100 DMPs #374

Workflow file for this run

name: Lint
on:
push:
branches-ignore: [master]
workflow_dispatch:
jobs:
build:
name: Lint code base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Super-linter
uses: super-linter/[email protected] # x-release-please-version
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: master
BASH_SEVERITY: error
VALIDATE_ALL_CODEBASE: false
VALIDATE_BASH: true
VALIDATE_PYTHON: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_R: true
VALIDATE_YAML: true
CREATE_LOG_FILE: true
LOG_LEVEL: INFO
LINTERS_RULE_PATH: .github/linters