Skip to content

Commit

Permalink
refactor: add autofix-ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Dec 11, 2024
1 parent 4b165ee commit a32d3ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/gh-workflow-tailcall/src/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ impl Workflow {
.add_args_when(self.auto_fix, "--fix")
.add_args("--all-features --workspace -- -D warnings"),
)
.add_step_when(
self.auto_fix,
Step::uses(
"autofix-ci",
"action",
"ff86a557419858bb967097bfc916833f5647fa8c",
),
)
}

/// Creates the "Build and Test" job for the workflow.
Expand Down

0 comments on commit a32d3ae

Please sign in to comment.