Minor version 1.1 #1098
Annotations
10 errors and 1 warning
src/contextualizers/protocol/nouns/daoData.ts#L71
Type '{ type: "contextAction"; value: NounsGovernorActionEnum.UPDATED_PROPOSAL; }' is not assignable to type 'ContextSummaryVariableType'.
|
src/contextualizers/protocol/nouns/daoData.ts#L100
Type '{ type: "contextAction"; value: NounsGovernorActionEnum.CREATED_CANDIDATE; }' is not assignable to type 'ContextSummaryVariableType'.
|
src/contextualizers/protocol/nouns/daoData.ts#L141
Type '{ type: "contextAction"; value: NounsGovernorActionEnum.UPDATED_PROPOSAL; }' is not assignable to type 'ContextSummaryVariableType'.
|
src/contextualizers/protocol/nouns/daoData.ts#L174
Type '{ type: "contextAction"; value: NounsGovernorActionEnum.UPDATED_CANDIDATE; }' is not assignable to type 'ContextSummaryVariableType'.
|
src/contextualizers/protocol/nouns/daoData.ts#L231
Type '{ type: "contextAction"; value: NounsGovernorActionEnum.SPONSORED_PROPOSAL; }' is not assignable to type 'ContextSummaryVariableType'.
|
src/contextualizers/protocol/nouns/daoData.ts#L260
Type '{ type: "contextAction"; value: NounsGovernorActionEnum.SPONSORED_CANDIDATE; }' is not assignable to type 'ContextSummaryVariableType'.
|
src/contextualizers/protocol/nouns/daoData.ts#L303
Type '{ type: "contextAction"; value: NounsGovernorActionEnum.ABSTAINED | NounsGovernorActionEnum.SIGNALED_FOR | NounsGovernorActionEnum.SIGNALED_AGAINST; }' is not assignable to type 'ContextSummaryVariableType'.
|
src/contextualizers/protocol/nouns/daoData.ts#L346
Type '{ type: "contextAction"; value: NounsGovernorActionEnum.ABSTAINED | NounsGovernorActionEnum.SIGNALED_FOR | NounsGovernorActionEnum.SIGNALED_AGAINST; }' is not assignable to type 'ContextSummaryVariableType'.
|
src/contextualizers/protocol/nouns/daoData.ts#L389
Type '{ type: "contextAction"; value: NounsGovernorActionEnum.CANCELED_CANDIDATE; }' is not assignable to type 'ContextSummaryVariableType'.
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading