We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73089c commit 3dfee6eCopy full SHA for 3dfee6e
.github/workflows/main.yml
@@ -1,8 +1,10 @@
1
name: '[Updating markdown files]'
2
3
on:
4
+ # Allows for munual runs of workflow
5
workflow_dispatch:
6
7
+ # Default whenever a new code file is pushed to the main branch
8
push:
9
branches:
10
- main
@@ -18,6 +20,7 @@ jobs:
18
20
19
21
steps:
22
- name: Call and run markdown generator
- uses: Zanger67/Wikileet@main
23
+ uses: Zanger67/WikiLeet@main
24
with:
25
+ # Insert your LeetCode username here!
26
username: Zanger
my-submissions/e2620 v3.js
@@ -4,4 +4,4 @@
*/
var createCounter = function(n) {
return () => n++;
-};
+};
0 commit comments