Skip to content

ci: add dynamic "runs-on" for matrix job. #5

ci: add dynamic "runs-on" for matrix job.

ci: add dynamic "runs-on" for matrix job. #5

Workflow file for this run

# SPDX-FileCopyrightText: Copyright © 2024 Idiap Research Institute <[email protected]>
# SPDX-FileContributor: Yannick Dayer <[email protected]>
# SPDX-License-Identifier: BSD-3-Clause
name: Check the project is up to our quality standards
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/[email protected]
env:
SKIP: pixi