Skip to content

add brief version of BABS project folder structure for paper figure #369

add brief version of BABS project folder structure for paper figure

add brief version of BABS project folder structure for paper figure #369

Workflow file for this run

---
name: Codespell
on: [push, pull_request]
# ref: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master