Skip to content

Performance-tuned Snakemake 8 profile #586

Performance-tuned Snakemake 8 profile

Performance-tuned Snakemake 8 profile #586

Workflow file for this run

name: Lint Code Base
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint ansible project
uses: ansible-community/ansible-lint-action@v6
with:
path: "ansible/roles"