Skip to content

Commit

Permalink
Merge pull request #152 from xt0rted/enums
Browse files Browse the repository at this point in the history
Use const enums for less generated code
  • Loading branch information
xt0rted authored Feb 25, 2021
2 parents 6756652 + a567eca commit feb1858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
getOctokit,
} from "@actions/github";

enum FileStatus {
const enum FileStatus {
/**
* The file was added.
*/
Expand Down

0 comments on commit feb1858

Please sign in to comment.