Skip to content

chore(deps-dev): Bump ty from 0.0.65 to 0.0.66 #15

chore(deps-dev): Bump ty from 0.0.65 to 0.0.66

chore(deps-dev): Bump ty from 0.0.65 to 0.0.66 #15

Workflow file for this run

---
name: autofix.ci
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
fetch-tags: true
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@v9.0.0
- name: Run fixers
uses: j178/prek-action@v3.0.0
with:
prek-version: 0.4.11
extra-args: >-
--all-files --hook-stage pre-commit --no-fail-fast --verbose
env:
UV_NO_CACHE: '1'
UV_PYTHON: 3.14
- uses: autofix-ci/action@v1.3.4
if: always()