Ver Fonte

fix github-actions

Artem V. Ageev há 8 meses atrás
pai
commit
906b69bd50
1 ficheiros alterados com 0 adições e 11 exclusões
  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;