Skip to content

Adding documentation for slurm #33

Adding documentation for slurm

Adding documentation for slurm #33

Workflow file for this run

name: Black Lint
on:
pull_request: { }
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
version: "~= 23.1"