Skip to content

chore(deps): update the pixi lock file. #41

chore(deps): update the pixi lock file.

chore(deps): update the pixi lock file. #41

Workflow file for this run

# SPDX-FileCopyrightText: Copyright © 2024 Idiap Research Institute <contact@idiap.ch>
# SPDX-FileContributor: Yannick Dayer <yannick.dayer@idiap.ch>
# SPDX-License-Identifier: BSD-3-Clause
name: qa
on:
pull_request:
push:
jobs:
pre-commit:
name: Run pre commit on all modified files
runs-on: ubuntu-22.04
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Install python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Run pre-commit
uses: pre-commit/action@v3.0.1
env:
SKIP: pixi