Skip to content

[ENH] GENFI-to-BIDS : More clinical data added to tabular (.tsv) fi… #3667

[ENH] GENFI-to-BIDS : More clinical data added to tabular (.tsv) fi…

[ENH] GENFI-to-BIDS : More clinical data added to tabular (.tsv) fi… #3667

Workflow file for this run

name: Lint
on:
push:
branches: [ "dev", "maint-*" ]
pull_request:
branches: [ "dev", "maint-*" ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- uses: pre-commit/action@v3.0.1