Skip to content

used by: add unjs (#151) #234

used by: add unjs (#151)

used by: add unjs (#151) #234

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