Skip to content

fix: migrate to joserfc; sync inh_accounts_sdk #259

fix: migrate to joserfc; sync inh_accounts_sdk

fix: migrate to joserfc; sync inh_accounts_sdk #259

Workflow file for this run

name: Run prek
on: [ push, pull_request ]
jobs:
prek:
runs-on: ubuntu-latest
steps:
- name: 👾 Check out repository
uses: actions/checkout@v5
- name: 📦 Set up uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
activate-environment: true
- name: 📦 Install libcups2-dev
run: sudo apt-get update && sudo apt-get install libcups2-dev
- name: 📦 Install the project
run: uv sync
- name: 🧪 Run prek
run: uv run prek run --show-diff-on-failure --color=always --all-files --hook-stage manual
env:
RUFF_FORMAT: github