We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For now we are updating data everyday by manually reviewing the update data and merging it to master brunch through GitHub action. HOW TO UPDATE DATA
To automate the statistic data update, we need to solve the 2 issues.
For 1, we can create json schema for each data set, and validate it in the GitHub action script. json-schema.org Understanding JSON Schema
For 2, looking for any ideas.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For now we are updating data everyday by manually reviewing the update data and merging it to master brunch through GitHub action. HOW TO UPDATE DATA
To automate the statistic data update, we need to solve the 2 issues.
For 1, we can create json schema for each data set, and validate it in the GitHub action script.
json-schema.org
Understanding JSON Schema
For 2, looking for any ideas.
The text was updated successfully, but these errors were encountered: