Skip to content

Commit 6cb881d

Browse files
committed
refactor(init): ♻️ sync-mirror workflow removal
1 parent 21fecb1 commit 6cb881d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

init.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@
6161
reset_file('test.m','assert(true);\n');
6262
end
6363

64-
syncMirrorWorkflowPath = fullfile(pwd, '.github/workflows/sync-mirror.yml');
65-
delete(syncMirrorWorkflowPath)
64+
delete_file('.github/workflows/sync-mirror.yml');
6665

6766
cspell_default = struct('version','0.2',...
6867
'language','en',...
@@ -106,7 +105,6 @@ function reset_file(name,lines)
106105
fprintf([name, ' has been reset.\n']);
107106
end
108107

109-
110108
function set_license(file_name,year,full_name)
111109
full_file = fullfile(pwd, file_name);
112110

0 commit comments

Comments
 (0)