Skip to content

Apply formatting

Apply formatting #1388

Workflow file for this run

name: Code style checks
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up workspace
uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.59.0
cache: true
environments: >-
format
- name: Run pre-commit
run: pixi run format