Skip to content
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

CI and various fixes #2

Merged
merged 33 commits into from
Jul 29, 2024
Merged

CI and various fixes #2

merged 33 commits into from
Jul 29, 2024

Conversation

Carminepo2
Copy link
Contributor

@Carminepo2 Carminepo2 commented Jul 19, 2024

  • Added encoding and decoding function for each domain;
  • Fix event schema, added missing properties;
  • Fix CI and added npm release;

@Carminepo2 Carminepo2 changed the title Release fix CI and various fixes Jul 26, 2024
Copy link
Contributor

@micdes-pagopa micdes-pagopa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approve on CI

.eslintrc.cjs Outdated
@@ -21,4 +21,4 @@ module.exports = {
"@typescript-eslint/no-use-before-define": "off",
},
ignorePatterns: [".eslintrc.cjs", "**/src/gen/**/*.ts", "**/dist"],
};
};

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing end of file

message TenantKindUpdatedV2 {
TenantKindV2 oldKind = 1;
TenantV2 tenant = 2;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing end of file

@Carminepo2 Carminepo2 merged commit 99e7fa1 into main Jul 29, 2024
8 checks passed
@Carminepo2 Carminepo2 deleted the release-fix branch July 29, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants