-
-
Notifications
You must be signed in to change notification settings - Fork 3
feat: docusaurus support #376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 125 commits
Commits
Show all changes
129 commits
Select commit
Hold shift + click to select a range
c0df81c
.
songkg7 206e9b8
update linter.yml
songkg7 04ac0e4
.
songkg7 c05582f
.
songkg7 e417a85
.
songkg7 782a748
Revert "."
songkg7 60fc571
Revert "."
songkg7 5314ace
.
songkg7 077457a
.
songkg7 d57dea4
.
songkg7 cee804c
Revert "."
songkg7 e4ed3da
Revert "."
songkg7 1217afb
Revert "."
songkg7 485ec8a
.
songkg7 9573ed1
.
songkg7 4c0b97c
.
songkg7 718dbde
.
songkg7 133879a
.
songkg7 48edb37
.
songkg7 29e9750
.
songkg7 eed3aa3
.
songkg7 3b58a91
.
songkg7 91d403b
.
songkg7 660a08b
.
songkg7 202048e
.
songkg7 3cc6711
.
songkg7 adc6837
.
songkg7 0fd7b69
.
songkg7 3f5a9d6
.
songkg7 1ac954a
.
songkg7 9a2da3b
.
songkg7 129448f
.
songkg7 743224c
.
songkg7 6fa27a5
.
songkg7 87e791a
.
songkg7 e33a9c0
.
songkg7 ab7f4fc
.
songkg7 4f55b3d
.
songkg7 e7eb889
.
songkg7 7da75bd
.
songkg7 adc9866
.
songkg7 d8918e5
.
songkg7 c452c6a
.
songkg7 ffa6bf1
.
songkg7 708f1ce
.
songkg7 76878d0
.
songkg7 af43ebf
.
songkg7 8fe8470
.
songkg7 05c877a
.
songkg7 49da0bf
.
songkg7 f573316
.
songkg7 3622a53
.
songkg7 58131f2
.
songkg7 1cf1c25
.
songkg7 1856ef1
.
songkg7 127566a
.
songkg7 eb1cd0c
.
songkg7 91c8ec8
.
songkg7 2f3e103
.
songkg7 639a4c3
.
songkg7 6bf00a8
.
songkg7 f542c8c
.
songkg7 4538e01
.
songkg7 f17b92a
.
songkg7 86373da
.
songkg7 95174b3
.
songkg7 fd58969
.
songkg7 ec3152b
.
songkg7 d5d6175
.
songkg7 2df26b3
.
songkg7 c7d75a1
.
songkg7 2241b5a
.
songkg7 c975654
.
songkg7 eb47910
[CodeFactor] Apply fixes
code-factor 762534e
.
songkg7 b296269
.
songkg7 96574ca
.
songkg7 348cc30
.
songkg7 3c1cc25
.
songkg7 7b092e5
.
songkg7 b256dbe
.
songkg7 d1b564c
.
songkg7 bf2915e
.
songkg7 c2574dc
.
songkg7 a01e23c
.
songkg7 c7f1155
.
songkg7 056d5bd
.
songkg7 bbc8948
.
songkg7 3c1d4b3
.
songkg7 ba1c6d7
.
songkg7 a10cedf
.
songkg7 3290923
.
songkg7 fa9935c
.
songkg7 d57331e
.
songkg7 71ae94f
.
songkg7 a0f14b3
.
songkg7 cf004b8
.
songkg7 6b958af
.
songkg7 a3ed467
.
songkg7 bc307ef
.
songkg7 7865caa
.
songkg7 4026905
.
songkg7 6c41935
.
songkg7 603e5e7
.
songkg7 32b8e19
.
songkg7 9d41db9
.
songkg7 ed16efd
.
songkg7 52950bc
.
songkg7 63962e4
.
songkg7 a1f553b
.
songkg7 fd77873
.
songkg7 028f2ea
.
songkg7 00a6af2
.
songkg7 966b14e
.
songkg7 26223a9
.
songkg7 2ab938a
Update README.md
songkg7 50b0715
.
songkg7 5b47506
.
songkg7 53c42b3
.
songkg7 c82f997
.
songkg7 7ea22b3
.
songkg7 1878a07
.
songkg7 9b5b120
.
songkg7 ab341d6
.
songkg7 5a246c1
.
songkg7 3390695
Update README.md
songkg7 edb0e65
.
songkg7 5db4751
Merge branch 'main' into feat-docusaurus
songkg7 efa1543
ci: yarn
songkg7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
## PR Checklist | ||
# Pull Request | ||
|
||
## Checklist | ||
|
||
Please check if your PR fulfills the following requirements: | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,10 @@ on: | |
pull_request_target: | ||
types: [opened, ready_for_review] | ||
|
||
permissions: { } | ||
|
||
jobs: | ||
add-reviews: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: kentaro-m/[email protected] | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ on: | |
branches: | ||
- main | ||
|
||
permissions: { } | ||
|
||
env: | ||
PLUGIN_NAME: o2 | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ on: | |
pull_request: | ||
branches: [ "main" ] | ||
|
||
permissions: { } | ||
|
||
jobs: | ||
run: | ||
runs-on: ubuntu-latest | ||
|
@@ -20,5 +22,13 @@ jobs: | |
run: npm install | ||
- name: Run tests and collect coverage | ||
run: npm run test | ||
- name: Upload coverage to Codecov | ||
uses: codecov/codecov-action@v3 | ||
|
||
- uses: actions/checkout@main | ||
- uses: codecov/codecov-action@v4 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Update to use the latest version of actions/checkout. The PR summary mentions updating the checkout action to - uses: actions/checkout@v3
+ uses: actions/checkout@v4
|
||
with: | ||
# fail_ci_if_error: true # optional (default = false) | ||
# files: ./coverage1.xml,./coverage2.xml # optional | ||
# flags: unittests # optional | ||
# name: codecov-umbrella # optional | ||
token: ${{ secrets.CODECOV_TOKEN }} # required | ||
verbose: true # optional (default = false) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
nodejs 20.5.0 | ||
nodejs lts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
module.exports = { | ||
preset: 'ts-jest', | ||
testEnvironment: 'node', | ||
transform: { | ||
'^.+\\.ts?$': 'ts-jest', | ||
}, | ||
transformIgnorePatterns: ['<rootDir>/node_modules'], | ||
moduleDirectories: ['node_modules', 'src'], | ||
collectCoverage: true, | ||
coverageReporters: ['text', 'cobertura'], | ||
preset: 'ts-jest', | ||
testEnvironment: 'node', | ||
transform: { | ||
'^.+\\.ts?$': 'ts-jest' | ||
}, | ||
transformIgnorePatterns: ['<rootDir>/node_modules'], | ||
moduleDirectories: ['node_modules', 'src'], | ||
collectCoverage: true, | ||
coverageReporters: ['text', 'cobertura'] | ||
}; |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specify permissions explicitly for better security.
The permissions block is empty. It's a good practice to specify the minimum required permissions explicitly to follow the principle of least privilege.
Committable suggestion