Skip to content

Introduce refine text analysis task and service (#80) #357

Introduce refine text analysis task and service (#80)

Introduce refine text analysis task and service (#80) #357

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"]'