Skip to content

Bump install-pinned/ruff from 486c15a01a34df13a06027021ae58ab2aa95e629 to 8876fcad1732d3dc660068908bbf5cdeeaa9d264 #196

Bump install-pinned/ruff from 486c15a01a34df13a06027021ae58ab2aa95e629 to 8876fcad1732d3dc660068908bbf5cdeeaa9d264

Bump install-pinned/ruff from 486c15a01a34df13a06027021ae58ab2aa95e629 to 8876fcad1732d3dc660068908bbf5cdeeaa9d264 #196

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