Skip to content

feat: version all backends to 0.1.0 #93

feat: version all backends to 0.1.0

feat: version all backends to 0.1.0 #93

Workflow file for this run

name: Pre-commit
on:
push:
branches: [ "main" ]
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up pixi
uses: prefix-dev/setup-pixi@v0.8.1
with:
environments: lint
- name: pre-commit
run: pixi run pre-commit-run --color=always --show-diff-on-failure