Skip to content

Bump install-pinned/ruff from 50364bc42dfc4f7ed30b3a2c09a14c8c43a23bdf to 04a3e3b66ce9336f758b9e95e6fff582e0f99e48 in the github-actions group #242

Bump install-pinned/ruff from 50364bc42dfc4f7ed30b3a2c09a14c8c43a23bdf to 04a3e3b66ce9336f758b9e95e6fff582e0f99e48 in the github-actions group

Bump install-pinned/ruff from 50364bc42dfc4f7ed30b3a2c09a14c8c43a23bdf to 04a3e3b66ce9336f758b9e95e6fff582e0f99e48 in the github-actions group #242

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@04a3e3b66ce9336f758b9e95e6fff582e0f99e48
- run: ruff --fix-only .
- run: ruff format .
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc