Skip to content

Remove system-defined taxonomies, replacing with "read_only" flag #2535

Remove system-defined taxonomies, replacing with "read_only" flag

Remove system-defined taxonomies, replacing with "read_only" flag #2535

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: setup python
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
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