Skip to content

ci: fix some more warnings in pre_commit.yaml #9

ci: fix some more warnings in pre_commit.yaml

ci: fix some more warnings in pre_commit.yaml #9

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@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
sudo apt update
sudo apt install --no-install-recommends libxkbcommon-dev
pip3 install pkg_resources
- uses: pre-commit/[email protected]