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