You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# LC-SyncInAction
2
2
3
-
Why take the effort of copy/pasting your solution manually when you can make use of technology to do it for ya while you can grind more in Leetcode.
3
+
Why take the effort of copy/pasting your solution manually when you can make use of technology to do it for you while you can grind more in Leetcode.
4
4
5
-
LC-SyncInAction solves this problem and takes your cookie in his hand to pull and push your Accepted solution everyday.
5
+
LC-SyncInAction solves this problem and takes your cookie in his hand to pull and push your Accepted solution every day.
6
6
7
-
First run will pull all your Accepted solutions from LC ( which will take **1h 45 min to 2h 30 min approx** ) and create a file of those submission in the current repository in the specified directory (root, if not provided )
7
+
First run will pull all your Accepted solutions from LC ( which will take **1h 45 min to 2h 30 min approx** ) and create a file with a extension of those submission in the current repository in the specified directory (root, if not provided ). Currently provide extension support for all languages accepted by leetcode
8
8
9
-
Every file created using this tool follows this naming convention : <submission_id>_<title_slug_of_problem>
9
+
Every file created using this tool follows this naming convention : <submission_id>_<title_slug_of_problem>. [SEE THIS EXAMPLE REPO ](https://github.com/ME-ON1/leetcode-bunker/)
10
10
11
-
All the run afterwards will won't take long as the first run ( will be completed in few seconds :) ) and will fetch last 20 submissions and this step can be customized according to your preferred timing with the help of [schedule](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events)
11
+
All the runs afterward won't take long as the first run ( will be completed in few seconds :) ) and will fetch the last 20 submissions and this step can also be customized according to your preferred timing with the help of [schedule](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events)
12
12
13
13
### Requirements :
14
14
@@ -20,7 +20,7 @@ You can also pass location of directory, to option `solution_location` , where w
20
20
21
21
## Usage
22
22
23
-
Make a WORKFLOW file under `.github` folder by any name of your choice and start writing github actions.
23
+
Make a `WORKFLOW` file under `.github` folder by any name of your choice and start writing github actions.
24
24
25
25
Example use case of action in your WORKFLOWS.
26
26
@@ -52,4 +52,6 @@ If you need to look at examples check [.github/WORKFLOWS](https://github.com/ME-
52
52
53
53
The scripts and documentation in this project are released under the [MIT License](https://github.com/ME-ON1/Leetcode-SyncInAction/blob/main/LICENSE)
54
54
55
-
55
+
## Issues
56
+
57
+
Please file an Issue with brief information about the bug.
0 commit comments