Skip to content

Commit de4d764

Browse files
committed
Update workflow for Dart solutions
1 parent 6679b94 commit de4d764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/updateCompletionTable.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const FOLDER_TO_LANG = {
1717
swift: 'Swift',
1818
cpp: 'C++',
1919
kotlin: 'Kotlin',
20+
dart: 'Dart',
2021
};
2122
const PREPEND_PATH = process.argv[2] || './';
2223
const TEMPLATE_PATH = process.argv[3] || './README_template.md';

0 commit comments

Comments
 (0)