Skip to content

Commit

Permalink
Use const enums for less generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Feb 25, 2021
1 parent 6756652 commit a567eca
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 a567eca

Please sign in to comment.