Skip to content

Bump ty from 0.0.63 to 0.0.65 #133

Bump ty from 0.0.63 to 0.0.65

Bump ty from 0.0.63 to 0.0.65 #133

Workflow file for this run

name: pre-commit
on:
workflow_call:
push:
branches:
- main
tags:
- '*'
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: '0.9.21'
- name: Install dependencies
run: uv sync
- name: Install pre-commit
run: uv tool install pre-commit
- name: Install poethepoet
run: uv tool install poethepoet
- name: Run pre-commit hooks
run: pre-commit run --all-files