mirror of
https://github.com/github/codeql-action.git
synced 2026-05-17 08:40:16 +00:00
Add missing semicolons
This commit is contained in:
@@ -127,7 +127,7 @@ const entryPointsPlugin = {
|
||||
const imports = actionsSorted
|
||||
.map(
|
||||
(action) =>
|
||||
`import * as ${action.pascalCaseName} from "./src/${basename(action.path)}"`,
|
||||
`import * as ${action.pascalCaseName} from "./src/${basename(action.path)}";`,
|
||||
)
|
||||
.join("\n");
|
||||
const wrappers = actionsSorted
|
||||
|
||||
Reference in New Issue
Block a user