Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ME-ON1 committed Aug 22, 2021
1 parent 9a48634 commit 65add55
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# LC-SyncInAction

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.
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.

LC-SyncInAction solves this problem and takes your cookie in his hand to pull and push your Accepted solution everyday.
LC-SyncInAction solves this problem and takes your cookie in his hand to pull and push your Accepted solution every day.

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 )
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

Every file created using this tool follows this naming convention : <submission_id>_<title_slug_of_problem>
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/)

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)
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)

### Requirements :

Expand All @@ -20,7 +20,7 @@ You can also pass location of directory, to option `solution_location` , where w

## Usage

Make a WORKFLOW file under `.github` folder by any name of your choice and start writing github actions.
Make a `WORKFLOW` file under `.github` folder by any name of your choice and start writing github actions.

Example use case of action in your WORKFLOWS.

Expand Down Expand Up @@ -52,4 +52,6 @@ If you need to look at examples check [.github/WORKFLOWS](https://github.com/ME-

The scripts and documentation in this project are released under the [MIT License](https://github.com/ME-ON1/Leetcode-SyncInAction/blob/main/LICENSE)


## Issues

Please file an Issue with brief information about the bug.

0 comments on commit 65add55

Please sign in to comment.