Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Lint Python code with ruff
run: pipx run ruff check

- name: Start Meilisearch
run: make meili-up

Expand Down
1 change: 0 additions & 1 deletion edxsearch/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
""" import urls from search component to test it's operation when included within other django projects """

import django
from django.urls import include, path

# from django.contrib import admin
Expand Down