Skip to content

Fix: Debug toolbar action button has too low contrast in dark mode (#… #350

Fix: Debug toolbar action button has too low contrast in dark mode (#…

Fix: Debug toolbar action button has too low contrast in dark mode (#… #350

Workflow file for this run

name: django CMS linters.yml
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff:
name: ruff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: 'pip'
- run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: |
ruff cms
ruff menus