Skip to content

chore(readme): fix a typo in the PyPI badge's URL. #16

chore(readme): fix a typo in the PyPI badge's URL.

chore(readme): fix a typo in the PyPI badge's URL. #16

Workflow file for this run

# SPDX-FileCopyrightText: Copyright © Idiap Research Institute <[email protected]>
# SPDX-FileContributor: Yannick Dayer <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-only
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.11"
- name: Run pre-commit
uses: pre-commit/[email protected]