mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2025-02-21 16:21:19 -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();
|