Skip to content

Fix Plasma layout with ScreenSplit by implementing get_windows #639

Fix Plasma layout with ScreenSplit by implementing get_windows

Fix Plasma layout with ScreenSplit by implementing get_windows #639

Workflow file for this run

name: Run pre-commit
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update
sudo apt install --no-install-recommends libxkbcommon-dev
pip3 install setuptools
- uses: pre-commit/action@v3.0.1