Skip to content

H5 and mat files visualisable, read path from workflow.yaml #1502

H5 and mat files visualisable, read path from workflow.yaml

H5 and mat files visualisable, read path from workflow.yaml #1502

Workflow file for this run

name: Codespell
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
args: "--skip='./dist,./frontend/node_modules,./logs'"