-
Notifications
You must be signed in to change notification settings - Fork 9
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
34193a9
commit 30be0d3
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sealdice-core
updated
9 files
+29 −0 | .github/workflows/cleanup-caches.yml | |
+39 −0 | .github/workflows/reviewdog.yml | |
+8 −18 | .github/workflows/test-and-lint.yml | |
+10 −0 | .reviewdog.yml | |
+1 −1 | dice/censor/trie.go | |
+1 −1 | dice/dice_jsvm_test.go | |
+1 −1 | dice/platform_adapter_gocq.go | |
+1 −1 | dice/platform_adapter_walleq.go | |
+1 −1 | dice/rollvm.go |
Submodule sealdice-ui
updated
6 files
+1 −0 | .env | |
+0 −1 | .env.development | |
+29 −0 | .github/workflows/cleanup-caches.yml | |
+2 −0 | .gitignore | |
+6 −5 | src/api/resource/index.ts | |
+3 −2 | src/components/mod/PageJs.vue |