Skip to content

Commit ebf2c1d

Browse files
authored
Merge pull request #20 from ssavi-ict/company_info
company_info added
2 parents 68b608b + 49d1434 commit ebf2c1d

File tree

4 files changed

+4
-122
lines changed

4 files changed

+4
-122
lines changed

.github/workflows/json_schema_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818
json_schema: data/schema.schema
19-
json_path_pattern: data/*.json$
19+
json_path_pattern: data/company_info.json$
2020
send_comment: false
2121
clear_comments: false
2222

.github/workflows/utils.py

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

.github/workflows/validate_json.py

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

data/company_info.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"https://leetcode.com/problems/count-subarrays-with-fixed-bounds/":[
3+
"Count Subarrays With Fixed Bounds", "Google"
4+
],
25
"https://leetcode.com/problems/koko-eating-bananas/":[
36
"Koko Eating Bananas", "Facebook"
47
],

0 commit comments

Comments
 (0)