ethereum-optimism / superchain-ops

30 stars 28 forks source link

Enforce folder numbering #203

Open maurelian opened 2 months ago

maurelian commented 2 months ago

We should add a check in CI to ensure that within a task folder, the numbering of tasks is increasing and does not overlap.

ie. #200 currently introduces a new dir tasks/sep/009-fpac-upgrade which is incorrect since there is already a tasks/sep/009-presigned-pause.

This happens easily due to race conditions between new tasks, so we should automatically check for it.

ShubhSensei commented 1 month ago

May i work on this issue?