mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 08:20:58 -05:00
7aa44c48ce
Also, GitHub should no longer emit warnings when someone uses them. Closes #13
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
import fixDeprecatedBuffer from "./fixes/buffer-fix";
|
|
import processActionYamlTemplate from "./templates/action-yml";
|
|
|
|
fixDeprecatedBuffer();
|
|
processActionYamlTemplate();
|