We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fecb1 commit 6cb881dCopy full SHA for 6cb881d
init.m
@@ -61,8 +61,7 @@
61
reset_file('test.m','assert(true);\n');
62
end
63
64
-syncMirrorWorkflowPath = fullfile(pwd, '.github/workflows/sync-mirror.yml');
65
-delete(syncMirrorWorkflowPath)
+delete_file('.github/workflows/sync-mirror.yml');
66
67
cspell_default = struct('version','0.2',...
68
'language','en',...
@@ -106,7 +105,6 @@ function reset_file(name,lines)
106
105
fprintf([name, ' has been reset.\n']);
107
108
109
-
110
function set_license(file_name,year,full_name)
111
full_file = fullfile(pwd, file_name);
112
0 commit comments