Skip to content

Fixes for automatic ref download #2

Fixes for automatic ref download

Fixes for automatic ref download #2

Workflow file for this run

---
name: Format Code Base
on:
push:
pull_request:
branches:
- master
- dev
jobs:
build:
name: Format Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: github/super-linter@v3
env:
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_SNAKEMAKE_SNAKEFMT: true