Skip to content

Update pyproject.toml to also include bundles in wheel #53

Update pyproject.toml to also include bundles in wheel

Update pyproject.toml to also include bundles in wheel #53

Workflow file for this run

name: Ruff Lint
on: [push, pull_request]
jobs:
ruff:
name: ruff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install ruff
run: pip install --upgrade ruff
- name: Run ruff
run: |
ruff djangocms_text
ruff djangocms_text_ckeditor
ruff tests