Skip to content

[BUG] Parallel GH actions are suggested but the example shows the opposite #388

@staticf0x

Description

@staticf0x

Bug Description

There is:

No parallelization detected
Enable parallel job execution

but then the example section shows this:

- name: Run linters
        run: |
          black --check .
          isort --check .
          ruff check .

If parallel processing is suggested, then the example section should reflect that - all these linters can be run in parallel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions