Skip to content

organize workflow (#601) #6

organize workflow (#601)

organize workflow (#601) #6

Workflow file for this run

name: Python CI
on: [push, pull_request]
jobs:
editor-blender-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: isort
uses: isort/isort-action@v1
with:
requirements-files: "./editor-blender/requirements.txt"
sort-paths: "./editor-blender"
- name: black
uses: psf/black@stable
with:
options: "--check --verbose"
src: "./editor-blender"