Skip to content

Fix TaskList calculated size issue #983

Fix TaskList calculated size issue

Fix TaskList calculated size issue #983

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
- uses: pre-commit/[email protected]