Skip to content

Feat/export swc-Adds function to export SWC graph to a new SWC file #78

Feat/export swc-Adds function to export SWC graph to a new SWC file

Feat/export swc-Adds function to export SWC graph to a new SWC file #78

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'