Browse Source

Rewrote CI to Pascal

Artem V. Ageev 8 tháng trước cách đây
mục cha
commit
5f40b96205
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/make.pas

+ 1 - 1
.github/workflows/make.pas

@@ -171,7 +171,7 @@ type
       end
   end;
 
-  function LintPython(Path: string): Output;
+  function LintShell(Path: string): Output;
   begin
     WriteLn(stderr, #27'[33m', 'Linting Shell file: ', Path, #27'[0m');
     if not RunCommand('shellcheck', ['--external-sources', Path], Result.Output) then