2022-07-04 13:19:25 -04:00
|
|
|
import fixDeprecatedBuffer from "./fixes/buffer-fix";
|
|
|
|
import processActionYamlTemplate from "./templates/action-yml";
|
2021-12-11 06:03:24 -05:00
|
|
|
|
|
|
|
fixDeprecatedBuffer();
|
2022-07-04 13:19:25 -04:00
|
|
|
processActionYamlTemplate();
|