-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed2fe9c
commit a079b61
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule scripts
updated
20 files
+9 −0 | .github/workflows/ci.yml | |
+48 −0 | .github/workflows/push-tag-to-extensions.yml | |
+70 −0 | .github/workflows/push-tag.yml | |
+89 −97 | dist/codecov.sh | |
+1 −0 | env | |
+1 −0 | hooks/pre-commit | |
+12 −4 | package.py | |
+22 −12 | scripts/download.sh | |
+0 −0 | scripts/envs | |
+1 −3 | scripts/run.sh | |
+7 −3 | scripts/set_cli_args.sh | |
+0 −10 | scripts/set_create_commit_args.sh | |
+0 −10 | scripts/set_create_report_args.sh | |
+13 −5 | scripts/set_defaults.sh | |
+0 −66 | scripts/set_do_upload_args.sh | |
+75 −0 | scripts/set_upload_coverage_args.sh | |
+1 −1 | scripts/set_validation_key.sh | |
+5 −29 | scripts/upload.sh | |
+3 −3 | scripts/validate.sh | |
+1 −1 | scripts/version.sh |