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