Skip to content

Commit 58725ee

Browse files
authored
Update action.js
1 parent 8176a69 commit 58725ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/action.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const LANG_TO_EXTENSION = {
2323
'scala': 'scala',
2424
'swift': 'swift',
2525
'typescript': 'ts',
26+
'elixir': 'ex',
2627
};
2728

2829
const delay = ms => new Promise(res => setTimeout(res, ms));

0 commit comments

Comments
 (0)