Skip to content

Unify smaller apps into one openedx_content app #1770

Unify smaller apps into one openedx_content app

Unify smaller apps into one openedx_content app #1770

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.11'
- name: Install pip
run: pip install -r requirements/pip.txt
- name: Install Dependencies
run: pip install -r requirements/ci.txt
- name: Analyze imports
run: lint-imports