Skip to content

feat: vep 113 and AlphaMissense #1807

feat: vep 113 and AlphaMissense

feat: vep 113 and AlphaMissense #1807

Workflow file for this run

name: Snakefmt
on:
push:
branches:
- develop
- master
pull_request:
branches:
- develop
- master
workflow_dispatch:
jobs:
snakefmt:
name: Snakefmt
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_SNAKEMAKE_SNAKEFMT: true
OUTPUT_FOLDER: .github/linters/report