NAME

App::GHGen::Fixer - Auto-fix workflow issues

SYNOPSIS

use App::GHGen::Fixer qw(apply_fixes);

my $fixed = apply_fixes($workflow, \@issues);

FUNCTIONS

can_auto_fix($issue)

Check if an issue can be automatically fixed.

apply_fixes($workflow, $issues)

Apply automatic fixes to a workflow. Returns modified workflow hashref.

fix_workflow($file, $issues)

Fix a workflow file in place. Returns number of fixes applied.

AUTHOR

Nigel Horne <njh@nigelhorne.com>

https://github.com/nigelhorne

COPYRIGHT AND LICENSE

Copyright 2025-2026 Nigel Horne.

Usage is subject to license terms.

The license terms of this software are as follows: