We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8176a69 commit 58725eeCopy full SHA for 58725ee
src/action.js
@@ -23,6 +23,7 @@ const LANG_TO_EXTENSION = {
23
'scala': 'scala',
24
'swift': 'swift',
25
'typescript': 'ts',
26
+ 'elixir': 'ex',
27
};
28
29
const delay = ms => new Promise(res => setTimeout(res, ms));
0 commit comments