Skip to content

Commit

Permalink
Update built action (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi authored Sep 3, 2024
1 parent 8e0184e commit 0d4c335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29070,7 +29070,7 @@ const TYPES = [
"ci",
];

const SCOPES = ["API", "core", "editor"];
const SCOPES = ["API", "core", "editor", "benchmark"];

const displayTypes = TYPES.map((type) => `\`${type}\``).join(", ");
const displayScopes = SCOPES.map((type) => `\`${type}\``).join(", ");
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 0d4c335

Please sign in to comment.