Skip to content

feat: Continue with error #1051

@ianzone

Description

@ianzone

⚡ Summary

Some jobs may fail but shouldn't block hooks.

Value

provide continue option for each job

Behavior and configuration changes

jobs:
  - name: audit
    run: bun audit
    continue: true

If run fails, other jobs won't be affected, and there should be warnings about this job in the summary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestA new lefthook feature description

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions