Skip to content

[FIX/FEAT] Update script celltyping_scROSHI.R #265

[FIX/FEAT] Update script celltyping_scROSHI.R

[FIX/FEAT] Update script celltyping_scROSHI.R #265

Workflow file for this run

---
name: Lint Code Base
on:
push:
pull_request:
branches: [master]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: snakemake/[email protected]
with:
directory: .
snakefile: workflow/snakefile_basic.smk
args: "--lint"