Skip to content

Bump install-pinned/black from 7d0c549f757100f9a9d85c092f726db7be7321ea to a7c754a902168dce7bb174a2cfc1037cbc60b39a in the github-actions group #244

Bump install-pinned/black from 7d0c549f757100f9a9d85c092f726db7be7321ea to a7c754a902168dce7bb174a2cfc1037cbc60b39a in the github-actions group

Bump install-pinned/black from 7d0c549f757100f9a9d85c092f726db7be7321ea to a7c754a902168dce7bb174a2cfc1037cbc60b39a in the github-actions group #244

Workflow file for this run

name: autofix.ci
on:
workflow_call:
pull_request:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Fix lint errors with https://github.com/charliermarsh/ruff
- uses: install-pinned/ruff@f8793aa7caf0b3196d6ed1370aea45f3c06304a3
- run: ruff --fix-only .
- run: ruff format .
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc