Skip to content

Commit

Permalink
ci(pre-commit): Add and run new yarn-sdks hook
Browse files Browse the repository at this point in the history
The `yarn-sdks` hook was recently added to our pre-commit-hooks
repository. Use it to ensure that our Yarn SDKs remain up-to-date.
  • Loading branch information
Kurt-von-Laven committed Sep 21, 2023
1 parent 4c03844 commit 06fb973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ repos:
- id: yarn-install
- id: yarn-dedupe
- id: yarn-audit
- id: yarn-sdks
- id: yarn-build
- id: yarn-test
- id: megalinter-incremental
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"python.terminal.activateEnvInCurrentTerminal": true,
"search.exclude": {
"/dist": true,
"**/.pnp.*": true,
"**/.yarn": true
},
"typescript.enablePromptUseWorkspaceTsdk": true,
Expand Down

0 comments on commit 06fb973

Please sign in to comment.