Skip to content

fix: Migrate LanguagesTaxnomy._taxonomy_class to reflect refactorin… #1888

fix: Migrate LanguagesTaxnomy._taxonomy_class to reflect refactorin…

fix: Migrate LanguagesTaxnomy._taxonomy_class to reflect refactorin… #1888

Workflow file for this run

name: Lint Imports
on:
push:
branches: [ main ]
pull_request:
branches:
- '**'
jobs:
lint-imports:
name: Lint Python Imports
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: setup python
uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Install pip
run: pip install -r requirements/pip.txt
- name: Install Dependencies
run: pip install -e . -r requirements/quality.txt
- name: Analyze imports
run: lint-imports