Skip to content

Bump the github-actions group with 1 update #230

Bump the github-actions group with 1 update

Bump the github-actions group with 1 update #230

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