Skip to content

Commit

Permalink
Merge pull request #1274 from pcmanus/improved_errors
Browse files Browse the repository at this point in the history
Improve error code handling in fed 2 code
  • Loading branch information
Sylvain Lebresne authored Jan 5, 2022
2 parents 950eb93 + e9487de commit bd33bf7
Show file tree
Hide file tree
Showing 13 changed files with 1,647 additions and 214 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,19 @@ jobs:
- oss/npm_clean_install_with_caching
- run:
command: npm run codegen:check

Error code Doc:
description: "Ensure the error code documentation is up to date"
docker:
- image: cimg/node:14.18.1
steps:
- oss/install_specific_npm_version:
version: '7'
- checkout
- oss/npm_clean_install_with_caching
- run:
command: npm run error-code-doc:check

Rust:
parameters:
platform:
Expand Down Expand Up @@ -291,6 +304,9 @@ workflows:
- GraphQL Types:
name: "GraphQL Types (up to date)"
<<: *common_non_publish_filters
- Error code Doc:
name: "Error code Doc (up to date)"
<<: *common_non_publish_filters
- Rust:
<<: *common_non_publish_filters
matrix:
Expand All @@ -307,6 +323,7 @@ workflows:
- "JS: Node 14"
- "JS: Node 16"
- "GraphQL Types (up to date)"
- "Error code Doc (up to date)"
- oss/dry_run:
name: "JS: Dry-run"
<<: *common_publish_filters
Expand All @@ -316,6 +333,7 @@ workflows:
- "JS: Node 16"
- Rust
- "GraphQL Types (up to date)"
- "Error code Doc (up to date)"
- oss/confirmation:
name: "JS: Confirmation"
type: approval
Expand Down
Loading

0 comments on commit bd33bf7

Please sign in to comment.