mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2025-02-22 00:31:06 -05:00
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
import fixDeprecatedBuffer from "./fixes/buffer-fix";
|
|
import processActionYamlTemplate from "./templates/action-yml";
|
|
|
|
fixDeprecatedBuffer();
|
|
processActionYamlTemplate();
|