Skip to content

fix more ci warnings #52

fix more ci warnings

fix more ci warnings #52

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
python-version: '3.12'

Check failure on line 13 in .github/workflows/pre_commit.yml

View workflow run for this annotation

GitHub Actions / Run pre-commit

Invalid workflow file

The workflow is not valid. .github/workflows/pre_commit.yml (Line: 13, Col: 15): Unexpected value 'python-version'
- name: Install dependencies
run: |
sudo apt update
sudo apt install --no-install-recommends libxkbcommon-dev
- uses: pre-commit/[email protected]