Skip to content

Commit 715b0f5

Browse files
committed
customize for go
1 parent ff14923 commit 715b0f5

12 files changed

+177
-20410
lines changed

.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Don't accidentally allow users to commit changes in test_config.js, since it
2-
# may contain sensitive keys. Users who want to change this file, e.g. add a new
3-
# workflow parameter, should explicitly run `git add -f src/test_config.js`.
4-
# src/test_config.js
5-
node_modules/*
6-
*gitpod*
1+
node_modules
72
.env
3+
bun.lockb

.husky/pre-commit

Lines changed: 0 additions & 2 deletions
This file was deleted.

.replit

Lines changed: 0 additions & 18 deletions
This file was deleted.

action.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,6 @@ inputs:
1313
leetcode-session:
1414
description: 'The LeetCode session value'
1515
required: true
16-
filter-duplicate-secs:
17-
description: 'Number of seconds after an accepted solution to ignore other accepted solutions for the same problem'
18-
required: false
19-
default: '86400'
20-
destination-folder:
21-
description: 'The folder to save the synced files in (relative to the top level of your repo)'
22-
required: false
23-
default: '.'
24-
verbose:
25-
description: 'Adds submission percentiles and question numbers to the repo (requires an additional API call)'
26-
required: false
27-
default: 'true'
28-
commit-header:
29-
description: 'How the automated commits should be prefixed'
30-
required: false
31-
default: 'Sync LeetCode submission'
3216
runs:
3317
using: 'node20'
34-
main: 'dist/index.js'
18+
main: 'index.js'

0 commit comments

Comments
 (0)