Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 29, 2023
1 parent bc50af9 commit f2bc478
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Script/Configuration/ESBuild.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
declare const _default: {
format: "esm";
minify: false;
outdir: string;
platform: "node";
target: string;
write: true;
plugins: import("esbuild").Plugin[];
format: "esm";
minify: false;
outdir: string;
platform: "node";
target: string;
write: true;
plugins: import("esbuild").Plugin[];
};
export default _default;
3 changes: 1 addition & 2 deletions Script/Source/Command/Dispatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ export default async (repositories: string[] | Set<string> = []) => {

if (typeof pass === "undefined" || pass) {
// start: actions/workflows
for (const workflow of
(
for (const workflow of (
await Request(`GET /repos/${owner}/${name}/actions/workflows`, {
owner: owner,
repo: name,
Expand Down

0 comments on commit f2bc478

Please sign in to comment.