瀏覽代碼

fix github-actions

Artem V. Ageev 8 月之前
父節點
當前提交
906b69bd50
共有 1 個文件被更改,包括 0 次插入11 次删除
  1. 0 11
      .github/workflows/make.pas

+ 0 - 11
.github/workflows/make.pas

@@ -181,17 +181,6 @@ type
       end
   end;
 
-  function LintShell(Path: string): Output;
-  begin
-    if RunCommand('python3', ['-m', 'pylint', Path], Result.Output) then
-      Writeln(stderr, #27'[33m', Result.Output, #27'[0m')
-    else
-      begin
-        Writeln(stderr, #27'[31m', Result.Output, #27'[0m');
-        ExitCode += 1;
-      end
-  end;
-
   procedure Main;
   var
     Each, Item: string;