Skip to content

chore(deps): update docker/setup-qemu-action action to v4.3.0 #54

chore(deps): update docker/setup-qemu-action action to v4.3.0

chore(deps): update docker/setup-qemu-action action to v4.3.0 #54

Workflow file for this run

name: autofix.ci
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
lint:
name: Autofix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Set up UV
id: setup-uv
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
enable-cache: false
- name: Run prek
run: uv run prek run --show-diff-on-failure --color=always --all-files
- name: Commits back to branch if necessary
uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a # v1.3.4
if: failure()