Skip to content

Feat/export swc:- This aims to add a file which exports SWC file into neuroml. #108

Feat/export swc:- This aims to add a file which exports SWC file into neuroml.

Feat/export swc:- This aims to add a file which exports SWC file into neuroml. #108

Workflow file for this run

name: Ruff
on:
pull_request:
branches:
- master
- development
- experimental
- 'test*'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
changed-files: 'true'