Skip to content

Ruff action failed with server error #198

@knguyen1

Description

@knguyen1

See: https://github.com/metabrainz/picard/actions/runs/16911193893/job/47913017790?pr=2693

Given:

name: Linting
on: [ push, pull_request ]
jobs:
  ruff:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Ruff lint
        uses: astral-sh/ruff-action@v3
        with:
          args: "check --output-format=github"
      - name: Ruff format check
        uses: astral-sh/ruff-action@v3
        with:
          args: "format --check"

Got:

Run astral-sh/ruff-action@v3
  with:
    args: check --output-format=github
    src: /home/runner/work/picard/picard
    github-token: ***
Found ruff version in pyproject.toml: >=0.12.8
Error: Server Error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions