Skip to content

Fix bugs identified by pre-commit #1

Fix bugs identified by pre-commit

Fix bugs identified by pre-commit #1

Workflow file for this run

name: Run pre-commit
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Install dependencies
run: |
sudo apt update
sudo apt install --no-install-recommends libxkbcommon-dev
- uses: pre-commit/[email protected]