Skip to content

Commit

Permalink
chore: merge remote-tracking branch 'origin/main' into alpha-webhook-…
Browse files Browse the repository at this point in the history
…custom-actions
  • Loading branch information
Guillaume Gautreau committed Apr 20, 2023
2 parents 7629699 + dff32a5 commit 7f45fd5
Show file tree
Hide file tree
Showing 269 changed files with 1,210 additions and 10,332 deletions.
5 changes: 0 additions & 5 deletions .gitbook.yaml

This file was deleted.

19 changes: 1 addition & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,23 +101,6 @@ jobs:
${{github.workspace}}/coverage/lcov.info:lcov
coverageCommand: yarn test:coverage

doc-link-validation:
name: Validate Links in doc
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.14.0
- name: Cache node_modules
uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock', 'packages/**/package.json', 'patches/*.patch') }}
- name: Check links in doc
run: yarn docs:check-links

build-api-reference:
name: Build API Reference
runs-on: ubuntu-latest
Expand All @@ -142,7 +125,7 @@ jobs:
release:
name: Release packages
runs-on: ubuntu-latest
needs: [build-api-reference, doc-link-validation, test, lint]
needs: [build-api-reference, test, lint]
if: |
github.event_name == 'push'
&& (
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "znck.grammarly"]
"recommendations": ["dbaeumer.vscode-eslint"]
}
13 changes: 1 addition & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
// Format all files on save with eslint, except for markdown which are formatted with prettier
// Format all files on save with eslint
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},

"editor.formatOnSave": true,
"editor.formatOnType": false,
"editor.formatOnPaste": false,
Expand Down Expand Up @@ -55,11 +51,4 @@
},
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"grammarly.config.documentDialect": "american",
"grammarly.selectors": [
{
"language": "markdown",
"scheme": "file"
}
]
}
7 changes: 0 additions & 7 deletions docs/README.md

This file was deleted.

149 changes: 0 additions & 149 deletions docs/SUMMARY.md

This file was deleted.

53 changes: 0 additions & 53 deletions docs/agent-customization/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions docs/agent-customization/actions/README.md

This file was deleted.

Loading

0 comments on commit 7f45fd5

Please sign in to comment.