Browse Source

fix github-actions

Artem V. Ageev 8 months ago
parent
commit
906b69bd50
1 changed files with 0 additions and 11 deletions
  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;