-
Notifications
You must be signed in to change notification settings - Fork 13
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
c45e70c
commit dacc3ac
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule counter-anchor
updated
19 files
+90 −12 | .github/actions/setup/action.yml | |
+124 −108 | .github/workflows/main.yml | |
+139 −139 | Cargo.lock | |
+24 −0 | clients/js/src/generated/errors/counter.ts | |
+2 −0 | package.json | |
+4 −4 | pnpm-lock.yaml | |
+5 −0 | scripts/ci/set-env.mjs | |
+8 −0 | scripts/client/format-js.mjs | |
+30 −0 | scripts/client/format-rust.mjs | |
+3 −4 | scripts/client/lint-js.mjs | |
+24 −3 | scripts/client/lint-rust.mjs | |
+3 −3 | scripts/client/test-js.mjs | |
+9 −4 | scripts/client/test-rust.mjs | |
+6 −4 | scripts/generate-clients.mjs | |
+16 −5 | scripts/program/build.mjs | |
+27 −5 | scripts/program/format.mjs | |
+25 −5 | scripts/program/lint.mjs | |
+20 −9 | scripts/program/test.mjs | |
+36 −6 | scripts/utils.mjs |
Submodule counter-shank
updated
19 files
+87 −10 | .github/actions/setup/action.yml | |
+124 −108 | .github/workflows/main.yml | |
+136 −136 | Cargo.lock | |
+24 −0 | clients/js/src/generated/errors/counter.ts | |
+2 −0 | package.json | |
+4 −4 | pnpm-lock.yaml | |
+5 −0 | scripts/ci/set-env.mjs | |
+8 −0 | scripts/client/format-js.mjs | |
+30 −0 | scripts/client/format-rust.mjs | |
+3 −4 | scripts/client/lint-js.mjs | |
+24 −3 | scripts/client/lint-rust.mjs | |
+3 −3 | scripts/client/test-js.mjs | |
+9 −4 | scripts/client/test-rust.mjs | |
+6 −4 | scripts/generate-clients.mjs | |
+16 −5 | scripts/program/build.mjs | |
+27 −5 | scripts/program/format.mjs | |
+25 −5 | scripts/program/lint.mjs | |
+20 −9 | scripts/program/test.mjs | |
+36 −6 | scripts/utils.mjs |