Skip to content

Fix import_file command and collection metadata in indexing (#68) #321

Fix import_file command and collection metadata in indexing (#68)

Fix import_file command and collection metadata in indexing (#68) #321

Workflow file for this run

name: 'cs + lint'
on:
pull_request:
paths:
- '**/*.py'
- '.github/workflows/cs.yml'
push:
paths:
- '**/*.py'
- '.github/workflows/cs.yml'
jobs:
cs:
uses: bedita/github-workflows/.github/workflows/python-cs.yml@v1
with:
python_versions: '["3.11", "3.12"]'