Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Johnson committed Jan 26, 2023
1 parent dfe59cb commit 33c81b4
Show file tree
Hide file tree
Showing 8 changed files with 168 additions and 325 deletions.
62 changes: 35 additions & 27 deletions build/__tests__/action.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/__tests__/action.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/action.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export declare function runAction(opticToken: string, githubToken: string, eventName: string | undefined, headRef: string | undefined, baseRef: string | undefined, owner: string | undefined, repo: string | undefined, sha: string | undefined): Promise<number>;
export declare function runAction(opticToken: string, githubToken: string, standardsFail: string, eventName: string | undefined, headRef: string | undefined, baseRef: string | undefined, owner: string | undefined, repo: string | undefined, sha: string | undefined): Promise<number>;
//# sourceMappingURL=action.d.ts.map
2 changes: 1 addition & 1 deletion build/action.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions build/action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 33c81b4

Please sign in to comment.